Comment out debugging output.

This commit is contained in:
Arthur Drobot 2017-07-31 23:09:11 -07:00
parent a0bba03c2c
commit f97d16c640
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ public class StandardPlugin extends Plugin {
//System.out.println(left + ", " + right);
}
while(left.compareTo(right) > 0);
System.out.println(n+1);
//System.out.println(n+1);
return sum;
}
}