From: Daniel Hokka Zakrisson Date: Fri, 16 Oct 2009 15:12:03 +0000 (+0000) Subject: Remove debugging statement. X-Git-Tag: NodeManager-1.8-16~2 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=2e9bec5909b8d5b52fe86ed10c058d60c5e6c632 Remove debugging statement. --- diff --git a/plugins/rawdisk.py b/plugins/rawdisk.py index 8124f67..c222366 100644 --- a/plugins/rawdisk.py +++ b/plugins/rawdisk.py @@ -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)