Sfoglia il codice sorgente

Remove unneeded error

ghorsington 4 anni fa
parent
commit
3971061cca
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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);