Explorar el Código

Remove unneeded error

ghorsington hace 4 años
padre
commit
3971061cca
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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);