Skip to content

Commit 6033b9c

Browse files
hansonrhansonr
authored andcommitted
removing debug lines in BigInteger
1 parent d0368b8 commit 6033b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/math/BigInteger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3947,7 +3947,7 @@ void dumpBits(int[] val, String msg) {
39473947

39483948

39493949
void dumpBits() {
3950-
dumpBits(null, "mag");
3950+
//dumpBits(null, "mag");
39513951
}
39523952

39533953

0 commit comments

Comments
 (0)