summaryrefslogtreecommitdiffstats
path: root/monitorplugins/disk.py
diff options
context:
space:
mode:
Diffstat (limited to 'monitorplugins/disk.py')
-rw-r--r--monitorplugins/disk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitorplugins/disk.py b/monitorplugins/disk.py
index fb9eb56..f2844e8 100644
--- a/monitorplugins/disk.py
+++ b/monitorplugins/disk.py
@@ -34,7 +34,7 @@ class DiskMonitor:
self.devices[d]["max"] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
self.__updateStat__(d)
self.devices[d]["max"] = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
- print self.devices
+ #print self.devices
def __calcdiff__(self, dev):