summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-10-01 15:34:18 -0400
committerScott Moser <smoser@ubuntu.com>2014-10-01 15:34:18 -0400
commit93e5b85dd980ba871155ec30f7cadae2723ab128 (patch)
tree996beca3a9ca18458f91a7f06691dc0597a5c42f
parentd5a11b041823ec17e0256a30de580b8f716030cb (diff)
downloadvyos-cloud-init-93e5b85dd980ba871155ec30f7cadae2723ab128.tar.gz
vyos-cloud-init-93e5b85dd980ba871155ec30f7cadae2723ab128.zip
remove debug print
-rw-r--r--cloudinit/config/cc_mounts.py1
1 files changed, 0 insertions, 1 deletions
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: