This commit is contained in:
Pooya Parsa 2017-06-14 01:07:28 +04:30
parent 4c07a397e2
commit fa97b2af67

View File

@ -55,11 +55,6 @@ class Server {
console.log('Ready on http://%s:%s', _host, port) // eslint-disable-line no-console console.log('Ready on http://%s:%s', _host, port) // eslint-disable-line no-console
}) })
}) })
.then(() => {
this.server.listen(port, host, () => {
console.log('Ready on http://%s:%s', host, port) // eslint-disable-line no-console
})
})
return this return this
} }