Pārlūkot izejas kodu

Remove unneeded error

ghorsington 4 gadi atpakaļ
vecāks
revīzija
3971061cca
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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);