Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

Commit 1164d9b

Browse files
author
rsavian
committed
clean up
1 parent 66ad033 commit 1164d9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server-side/ServerManager.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class ServerManager {
88

99
static log = () => console.log(`\n\nServer running in ${NODE_ENV} mode at: http://${HOST}:${PORT}\n`);
1010

11-
1211
_server = new Hapi.Server({debug: {request: ['error']}});
1312

1413
isProduction = (NODE_ENV === 'production');

0 commit comments

Comments
 (0)