diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-08-03 14:37:01 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-08-03 14:37:01 -0400 |
commit | 0b0a561413577392af4e408ae05348f2c7ebec04 (patch) | |
tree | 4dd36cd7809c30022b377682f33151b3a2d429c6 /cloudinit | |
parent | e7ca2cf5c38e8d94dd154b3b65b575c63a488ce2 (diff) | |
download | vyos-cloud-init-0b0a561413577392af4e408ae05348f2c7ebec04.tar.gz vyos-cloud-init-0b0a561413577392af4e408ae05348f2c7ebec04.zip |
remove debug statement
Diffstat (limited to 'cloudinit')
-rw-r--r-- | cloudinit/CloudConfig/cc_update_etc_hosts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/CloudConfig/cc_update_etc_hosts.py b/cloudinit/CloudConfig/cc_update_etc_hosts.py index fe4489ad..60eba50e 100644 --- a/cloudinit/CloudConfig/cc_update_etc_hosts.py +++ b/cloudinit/CloudConfig/cc_update_etc_hosts.py @@ -62,7 +62,6 @@ def update_etc_hosts(hostname, fqdn, log): if sorted([hostname, fqdn]) == sorted(hosts): need_change = False if need_change == True: - print "header=%s!" % header line = "%s%s" % (header, hosts_line) need_change = False need_write = True |