diff --git a/icinga.js b/icinga.js index 8f01736..1cdd36e 100644 --- a/icinga.js +++ b/icinga.js @@ -10,7 +10,7 @@ const HSTATE_PEND = 1; const HSTATE_UNR = 4; const HSTATE_DOWN = 8; -var debug = true; +var debug = false; function debug_log(msg) {