Skip to content

Commit

Permalink
probably don't need this
Browse files Browse the repository at this point in the history
  • Loading branch information
valoeghese committed Sep 10, 2020
1 parent 437e381 commit b11e937
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/valoeghese/scalpel/ScalpelApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public void run() {
this.preInit();

Thread t = new Thread(this::init);
t.setDaemon(true);
t.start();

while (t.isAlive()) {
Expand Down

0 comments on commit b11e937

Please sign in to comment.