Skip to content

Commit

Permalink
- dbrework
Browse files Browse the repository at this point in the history
  • Loading branch information
Leg0shii authored and danielpassauer committed Jun 9, 2021
1 parent d948608 commit bffc45e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/de/swt/database/DBManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ public AsyncMySQL initTables() {
initCourses();
initGroups();
initSessions();
/* new Thread(() -> {
try {
Thread.sleep(1000);
initLinks();
} catch (InterruptedException e) {
e.printStackTrace();
}
}).start(); */
initLinks();

return mySQL;
Expand Down

0 comments on commit bffc45e

Please sign in to comment.