kykint

Remove unncessary dependency

Showing 1 changed file with 0 additions and 1 deletions
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
7 var app = require('../app'); 7 var app = require('../app');
8 var debug = require('debug')('project:server'); 8 var debug = require('debug')('project:server');
9 var http = require('http'); 9 var http = require('http');
10 -var fs = require('fs');
11 10
12 /** 11 /**
13 * Get port from environment and store in Express. 12 * Get port from environment and store in Express.
......