fixed bin/www

This commit is contained in:
cubedro 2015-02-26 23:24:47 +02:00
parent c225f782b6
commit 1827b77fed
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
#!/usr/bin/env node
var debug = require('debug')('eth-netstats');
var app = require('../app');
// app.set('port', process.env.PORT || 3000);
// var server = app.listen(app.get('port'), function() {
// debug('Express server listening on port ' + server.address().port);
// });