chore(server) rm unused getPort

This commit is contained in:
coderaiser 2016-10-31 17:36:08 +02:00
parent be370beb05
commit 5ee5366b4b

View file

@ -24,8 +24,6 @@ var DIR_LIB = './',
*/
module.exports = function(options) {
var server,
getPort,
port = process.env.PORT || /* c9 */
process.env.VCAP_APP_PORT || /* cloudfoundry */
config('port'),