ソースを参照

fix: remove log

poeti8 6 年 前
コミット
1539f5be4a
1 ファイル変更0 行追加4 行削除
  1. 0 4
      server/queues.ts

+ 0 - 4
server/queues.ts

@@ -42,7 +42,3 @@ visitQueue.process(({ data }) => {
     })
   ]);
 });
-
-visitQueue.on("active", (job, prom) => {
-  console.dir({ job, prom }, Infinity);
-});