mirror of
https://github.com/DanilaFe/abacus
synced 2024-12-24 08:12:39 -08:00
Comment out debugging output.
This commit is contained in:
parent
f68f184945
commit
f873b4ecad
|
@ -183,7 +183,7 @@ public class StandardPlugin extends Plugin {
|
||||||
//System.out.println(left + ", " + right);
|
//System.out.println(left + ", " + right);
|
||||||
}
|
}
|
||||||
while(left.compareTo(right) > 0);
|
while(left.compareTo(right) > 0);
|
||||||
System.out.println(n+1);
|
//System.out.println(n+1);
|
||||||
return sum;
|
return sum;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user