From 0b0a561413577392af4e408ae05348f2c7ebec04 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 3 Aug 2011 14:37:01 -0400 Subject: remove debug statement --- cloudinit/CloudConfig/cc_update_etc_hosts.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cloudinit') 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 -- cgit v1.2.3