Remove useless log
This commit is contained in:
@@ -133,7 +133,6 @@ public class GuiSwing extends JFrame implements Gui {
|
||||
|
||||
@Override
|
||||
public void stop() {
|
||||
System.out.println("GuiSwing::stop()");
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
|
||||
@@ -360,7 +360,7 @@ public class Settings implements Activity {
|
||||
config.setCacheDir(cacheDir);
|
||||
}
|
||||
else {
|
||||
System.out.println("Activity::Settings::handle do not dir since it did not change (dir: " + cacheDir + ")");
|
||||
// do nothing because the directory is the same as before
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user