Quellcode durchsuchen

Remove unneeded error

ghorsington vor 4 Jahren
Ursprung
Commit
3971061cca
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      bot/src/main.ts

+ 0 - 2
bot/src/main.ts

@@ -163,8 +163,6 @@ async function main() {
         entities: DB_ENTITIES
     });
 
-    logger.error("Failed! Oh noes!");
-
     const commandsPath = path.resolve(path.dirname(module.filename), "commands");
     const files = fs.readdirSync(commandsPath);