diff options
| author | Scott Moser <smoser@ubuntu.com> | 2016-05-27 14:33:20 -0400 | 
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2016-05-27 14:33:20 -0400 | 
| commit | 71e4da45263e6cb3eb5d5938908656ed04c3db9f (patch) | |
| tree | b31930998ee10802872368fefd348822f912a671 | |
| parent | 91734552a2d338938ed0e3aa4885f77b99409ead (diff) | |
| download | vyos-cloud-init-71e4da45263e6cb3eb5d5938908656ed04c3db9f.tar.gz vyos-cloud-init-71e4da45263e6cb3eb5d5938908656ed04c3db9f.zip | |
remove debug print
| -rw-r--r-- | cloudinit/sources/DataSourceSmartOS.py | 1 | 
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): | 
