summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 09:57:07 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2016-12-29 09:57:07 +0900
commit9d71035f6c722128e304099e73464e423b910d5c (patch)
tree5cc90139137ca337abb5316a2e76e72433532958
parentRemove needless settings (diff)
downloadsharkey-9d71035f6c722128e304099e73464e423b910d5c.tar.gz
sharkey-9d71035f6c722128e304099e73464e423b910d5c.tar.bz2
sharkey-9d71035f6c722128e304099e73464e423b910d5c.zip
Comment out unused import
-rw-r--r--src/api/server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/server.ts b/src/api/server.ts
index 78b0d0aea8..b3b7f57e70 100644
--- a/src/api/server.ts
+++ b/src/api/server.ts
@@ -7,7 +7,7 @@ import * as bodyParser from 'body-parser';
import * as cors from 'cors';
import * as multer from 'multer';
-import authenticate from './authenticate';
+// import authenticate from './authenticate';
import endpoints from './endpoints';
/**