Remove debugging statement.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 16 Oct 2009 15:12:03 +0000 (15:12 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 16 Oct 2009 15:12:03 +0000 (15:12 +0000)
plugins/rawdisk.py

index 8124f67..c222366 100644 (file)
@@ -39,7 +39,6 @@ def get_unused_devices():
             break
         buf = buf.strip()
         fields = re.split(pat, buf)
-        print fields
         dev = fields[-1]
         if not dev.startswith("dm-") and dev.endswith("1") and dev not in in_vg:
             devices.append("/dev/%s" % dev)