Skip to content

Commit 1827b77

Browse files
committed
fixed bin/www
1 parent c225f78 commit 1827b77

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

bin/www

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
#!/usr/bin/env node
22
var debug = require('debug')('eth-netstats');
33
var app = require('../app');
4-
5-
// app.set('port', process.env.PORT || 3000);
6-
7-
// var server = app.listen(app.get('port'), function() {
8-
// debug('Express server listening on port ' + server.address().port);
9-
// });

0 commit comments

Comments
 (0)