Skip to content

Commit af56f64

Browse files
author
mgricken
committed
Commented out debug println statement that I forgot earlier.
M src/edu/rice/cs/util/FileOps.java M src/edu/rice/cs/util/StringOps.java git-svn-id: file:///tmp/test-svn/trunk@4724 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 4617868 commit af56f64

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

drjava/src/edu/rice/cs/util/FileOps.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*/
5757
public abstract class FileOps {
5858

59-
private static Log _log = new Log("FileOpsTest.txt", true);
59+
private static Log _log = new Log("FileOpsTest.txt", false);
6060

6161
/** A singleton null file class. There is a separate NullFile class in this package. TODO: merge these two classes.
6262
* This class is used for all NullFile.ONLY references while the other is used for distinct untitled documents.

drjava/src/edu/rice/cs/util/StringOps.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ public static String memSizeToString(long l) {
585585
sb.append(sizes[i]);
586586
sb.append('s');
587587
}
588-
System.out.println("l="+l+" -> "+sb.toString());
589588
return sb.toString();
590589
}
591590

0 commit comments

Comments
 (0)