Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
timeflow/app/AppState.java
....@@ -16,7 +16,7 @@
1616 {
1717 if (!new File(FILE).exists())
1818 {
19
- System.err.println("No existing settings file found.");
19
+ //System.err.println("No existing settings file found.");
2020 return;
2121 }
2222 try