Merge "Removes the print line from the Preferences class so that the write method no longer causes a system print"

This commit is contained in:
Brad Miller (WPI)
2014-06-13 11:41:34 -07:00
committed by Gerrit Code Review

View File

@@ -657,7 +657,6 @@ public class Preferences {
comment = null;
}
System.out.println(name + "=" + values.get(name));
if (shouldBreak) {
break;