Remove useless log
This commit is contained in:
@@ -133,7 +133,6 @@ public class GuiSwing extends JFrame implements Gui {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void stop() {
|
public void stop() {
|
||||||
System.out.println("GuiSwing::stop()");
|
|
||||||
System.exit(0);
|
System.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -360,7 +360,7 @@ public class Settings implements Activity {
|
|||||||
config.setCacheDir(cacheDir);
|
config.setCacheDir(cacheDir);
|
||||||
}
|
}
|
||||||
else {
|
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