remove commented out part

This commit is contained in:
Michelle Bu 2013-04-05 14:05:00 -07:00
parent a0c6ec0294
commit b6f033e4e8

View File

@ -261,8 +261,6 @@ PeerServer.prototype._initializeHTTP = function() {
this._app.post('/:key/:id/:token/leave', handle); this._app.post('/:key/:id/:token/leave', handle);
//this._app.post('/port', handle);
// Listen on user-specified port. // Listen on user-specified port.
this._httpServer.listen(this._options.port); this._httpServer.listen(this._options.port);