Skip to content

Commit 8ca70e9

Browse files
FooBarWidgetglasser
authored andcommitted
Remove unused line, fix incompatibility with Phusion Passenger
This line is unused, but causes an incompatibility with Phusion Passenger: https://code.google.com/p/phusion-passenger/issues/detail?id=1014 Removing this line fixes the problem.
1 parent 661e697 commit 8ca70e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/webapp/webapp_server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ var runWebAppServer = function () {
460460
httpServer.listen(localPort, localIp, Meteor.bindEnvironment(function() {
461461
if (argv.keepalive || true)
462462
console.log("LISTENING"); // must match run.js
463-
var port = httpServer.address().port;
464463
var proxyBinding;
465464

466465
AppConfig.configurePackage('webapp', function (configuration) {

0 commit comments

Comments
 (0)