Normand Briere
2019-04-29 c0c300a9dbd4c0fc127e003e9481d3f9246bbe7a
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