From 93e5b85dd980ba871155ec30f7cadae2723ab128 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 1 Oct 2014 15:34:18 -0400 Subject: remove debug print --- cloudinit/config/cc_mounts.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cloudinit/config') diff --git a/cloudinit/config/cc_mounts.py b/cloudinit/config/cc_mounts.py index 186d6848..24c5d24d 100644 --- a/cloudinit/config/cc_mounts.py +++ b/cloudinit/config/cc_mounts.py @@ -151,7 +151,6 @@ def setup_swapfile(fname, size=None, maxsize=None): size: the size to create. set to "auto" for recommended maxsize: the maximum size """ - print("fname: %s, size: %s maxsize: %s" % (fname, size, maxsize)) tdir = os.path.dirname(fname) if str(size).lower() == "auto": try: -- cgit v1.2.3