From d11d29185a122878aee9c10140df5b0c00f38047 Mon Sep 17 00:00:00 2001 From: Tomas Edwardsson Date: Fri, 7 Mar 2014 11:23:28 +0000 Subject: [PATCH] Remove debug print --- check_cpu.py/okplugin_check_cpu | 1 - 1 file changed, 1 deletion(-) diff --git a/check_cpu.py/okplugin_check_cpu b/check_cpu.py/okplugin_check_cpu index 5733324..04afe6e 100644 --- a/check_cpu.py/okplugin_check_cpu +++ b/check_cpu.py/okplugin_check_cpu @@ -89,7 +89,6 @@ def remove_stale_state(): state_mtime = os.stat("/var/lib/nagios-okplugin/check_cpu").st_mtime boot_time = os.stat("/proc/1").st_mtime if state_mtime < boot_time: - print "unlinking" os.unlink("/var/lib/nagios-okplugin/check_cpu") except OSError: return None