Small fixes
[fanfix.git] / src / be / nikiroo / fanfix / Instance.java
index 91902c3ba7b02494c0ee340b433be123263464ca..9c20682fd8d6798da64eea8406ddfc86fa1c9dee 100644 (file)
@@ -47,9 +47,7 @@ public class Instance {
                        }
                        try {
                                trans = new StringIdBundle(getLang());
-                               System.out.println("UPDATING");
                                trans.updateFile(configDir);
-                               System.out.println("UPDATED");
                        } catch (IOException e) {
                                syserr(e);
                        }