From e6dec117e0ba212733003b1e41b4c91df5fcaf3a Mon Sep 17 00:00:00 2001 From: Unitech Date: Wed, 22 Nov 2017 00:51:06 +0100 Subject: [PATCH] km: deactivate --- lib/Interactor/Daemon.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Interactor/Daemon.js b/lib/Interactor/Daemon.js index 0970853e..de15ef42 100644 --- a/lib/Interactor/Daemon.js +++ b/lib/Interactor/Daemon.js @@ -178,11 +178,6 @@ var Daemon = module.exports = { return false; } - if (km_data.disabled == true) { - console.error('Server DISABLED BY ADMINISTRATION contact support contact@keymetrics.io with reference to your public and secret keys)'); - return Daemon.exit(); - } - /************************************** * Urls has changed = update workers * **************************************/