Explorar el Código

remove commented out part

Michelle Bu hace 12 años
padre
commit
b6f033e4e8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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);