From 9d71035f6c722128e304099e73464e423b910d5c Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 09:57:07 +0900 Subject: [PATCH] Comment out unused import --- src/api/server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/server.ts b/src/api/server.ts index 78b0d0aea..b3b7f57e7 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'; /**