Michelle Bu 12 лет назад
Родитель
Сommit
b6f033e4e8
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      lib/server.js

+ 0 - 2
lib/server.js

@@ -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);