diff --git a/lib/server.js b/lib/server.js index db242edb6a..f18f2e1706 100644 --- a/lib/server.js +++ b/lib/server.js @@ -55,11 +55,6 @@ class Server { 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 }