From 2ec25a7729e8d2fa6734bdf25ffb5a1b35ca2d5b Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 11 Jun 2018 09:11:32 +0900 Subject: wip --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 27c5dd0275..35cf5a243b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,6 @@ import MachineInfo from './utils/machineInfo'; import DependencyInfo from './utils/dependencyInfo'; import serverStats from './daemons/server-stats'; import notesStats from './daemons/notes-stats'; -import hashtagsStats from './daemons/hashtags-stats'; import loadConfig from './config/load'; import { Config } from './config/types'; @@ -53,7 +52,6 @@ function main() { ev.mount(); serverStats(); notesStats(); - hashtagsStats(); } else { workerMain(opt); } -- cgit v1.2.3-freya