From fa97b2af67580ba5ac748771eb96f02d837b427d Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Wed, 14 Jun 2017 01:07:28 +0430 Subject: [PATCH] typo --- lib/server.js | 5 ----- 1 file changed, 5 deletions(-) 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 }