Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchonghua committed Aug 1, 2017
1 parent b730c51 commit e51f1dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/worker/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ worker.serverListenPort = function serverListenPort () {
worker.notMasterListen.port = worker.notMasterListen.port || (portIndex > -1 ? (parseInt(argv[portIndex + 1]) || 80) : 80)
return new Promise((resolve, reject) => {
worker.server.listen(worker.notMasterListen, function () {
console.log(44)
resolve()
})
})
Expand Down

0 comments on commit e51f1dd

Please sign in to comment.