Speedup startup

This commit is contained in:
Manfred Karrer 2014-09-09 16:30:50 +02:00
parent dcceb85669
commit 0403eb82e5
5 changed files with 37 additions and 63 deletions

View file

@ -129,7 +129,6 @@ public class BitSquare extends Application {
primaryStage.show();
Profiler.printMsgWithTime("BitSquare: start finished");
} catch (IOException e) {
log.error(e.getMessage());
}