Skip to content

Commit

Permalink
Remove app.listen from subway.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akavlie committed Feb 8, 2012
1 parent 8656d79 commit 7a57734
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/subway.js
Expand Up @@ -7,7 +7,6 @@ var Subway = function() {
}

Subway.prototype.start = function () {
this.app.listen(3000);
console.log('Subway started on port %s', this.app.address().port);
this.io = io.listen(this.app);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"subway": "./bin/subway"
},
"engines": {
"node": ">=0.6.1"
"node": ">=0.4.9"
},
"dependencies": {
"express": "",
Expand Down

0 comments on commit 7a57734

Please sign in to comment.