Remove unused http variable

ESLint now runs fine
This commit is contained in:
Lee Bousfield 2016-03-12 17:53:14 -07:00
parent 3d15c2409d
commit 597638ded6

View file

@ -1,7 +1,6 @@
'use strict'; 'use strict';
const http = require('http');
const Koa = require('..'); const Koa = require('..');
const app = new Koa(); const app = new Koa();