ソースを参照

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([