소스 검색

Remove unneeded error

ghorsington 4 년 전
부모
커밋
3971061cca
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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);