소스 검색

Removed scheduler

theflametrooper 8 년 전
부모
커밋
a9491818b5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      backend/index.js

+ 0 - 1
backend/index.js

@@ -8,7 +8,6 @@ const db = require('./logic/db');
 const app = require('./logic/app');
 const io = require('./logic/io');
 const cache = require('./logic/cache');
-// const scheduler = require('./logic/scheduler');
 
 async.waterfall([