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

Commit 834236c

Browse files
committedAug 12, 2017
remove unused isProduction
1 parent 71aed84 commit 834236c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/server/ServerManager.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ class ServerManager {
1010

1111
_server = new Hapi.Server({debug: {request: ['error']}});
1212

13-
isProduction = (NODE_ENV === 'production');
1413
isDevelopment = (NODE_ENV === 'development');
1514

1615
get server() {

0 commit comments

Comments
 (0)
This repository has been archived.