summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2016-05-27 14:33:20 -0400
committerScott Moser <smoser@ubuntu.com>2016-05-27 14:33:20 -0400
commit71e4da45263e6cb3eb5d5938908656ed04c3db9f (patch)
treeb31930998ee10802872368fefd348822f912a671
parent91734552a2d338938ed0e3aa4885f77b99409ead (diff)
downloadvyos-cloud-init-71e4da45263e6cb3eb5d5938908656ed04c3db9f.tar.gz
vyos-cloud-init-71e4da45263e6cb3eb5d5938908656ed04c3db9f.zip
remove debug print
-rw-r--r--cloudinit/sources/DataSourceSmartOS.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/sources/DataSourceSmartOS.py b/cloudinit/sources/DataSourceSmartOS.py
index f5820696..9c249ddf 100644
--- a/cloudinit/sources/DataSourceSmartOS.py
+++ b/cloudinit/sources/DataSourceSmartOS.py
@@ -609,7 +609,6 @@ def write_boot_content(content, content_f, link=None, shebang=False,
bit and to the SmartOS default of assuming that bash.
"""
- print("content_f=%s" % content_f)
if not content and os.path.exists(content_f):
os.unlink(content_f)
if link and os.path.islink(link):