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

Change-Id: I42af95c3bdd48fa1e2d92fe1c70b8e777f822616
This commit is contained in:
Jonathan Leitschuh
2014-06-13 14:36:37 -04:00
parent 94894931a5
commit 4be3bc25ac

View File

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