Remove unused http variable

ESLint now runs fine
master
Lee Bousfield 2016-03-12 17:53:14 -07:00
parent 3d15c2409d
commit 597638ded6
1 changed files with 0 additions and 1 deletions

View File

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