Remove maven target, cleanup

This commit is contained in:
Manfred Karrer 2015-04-27 18:51:00 +02:00
parent 1f362d80a2
commit 2912a02185
3 changed files with 3 additions and 44 deletions

View file

@ -158,7 +158,7 @@ public class BitsquareApp extends Application {
primaryStage.show();
//TODO just temp.
showDebugWindow();
//showDebugWindow();
} catch (Throwable throwable) {
showErrorPopup(throwable, true);
}