Skip to content

Commit

Permalink
fix: Removed "Running in DEBUG mode" log line
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrimpCryptid committed Apr 18, 2024
1 parent 9820b12 commit 78cf8ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/src/main/java/server/SecretHitlerServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ public static void main(String[] args) {
loadDatabaseBackup();
removeInactiveLobbies(); // immediately clean in case of redundant lobbies.

logger.info("Running in DEBUG mode.");

// Only initialize Javalin communication after the database has been queried.
Javalin serverApp = Javalin.create(config -> {
config.plugins.enableCors(cors -> {
Expand Down

0 comments on commit 78cf8ec

Please sign in to comment.