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