فهرست منبع

remove commented out part

Michelle Bu 12 سال پیش
والد
کامیت
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);