瀏覽代碼

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