mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
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:
@@ -657,7 +657,6 @@ public class Preferences {
|
||||
comment = null;
|
||||
}
|
||||
|
||||
System.out.println(name + "=" + values.get(name));
|
||||
|
||||
if (shouldBreak) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user