From 2e9bec5909b8d5b52fe86ed10c058d60c5e6c632 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Fri, 16 Oct 2009 15:12:03 +0000 Subject: [PATCH] Remove debugging statement. --- plugins/rawdisk.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.43.0