summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-08-07 14:44:00 -0500
committerScott Moser <smoser@ubuntu.com>2015-08-07 14:44:00 -0500
commit95bfe5d5150e2bf0a26dd1b97578c4fd04152365 (patch)
tree44a6a76e23f390cc125442da8a5acb74ad062343 /bin
parent71c8fedcd581d8c4aa937d270f5bbd2e5af99e26 (diff)
downloadvyos-cloud-init-95bfe5d5150e2bf0a26dd1b97578c4fd04152365.tar.gz
vyos-cloud-init-95bfe5d5150e2bf0a26dd1b97578c4fd04152365.zip
add doc, remove some debug / print statements.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cloud-init1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/cloud-init b/bin/cloud-init
index 86780408..1f64461e 100755
--- a/bin/cloud-init
+++ b/bin/cloud-init
@@ -648,7 +648,6 @@ def main():
"running single module %s" % args.name)
report_on = args.report
- reporting.update_configuration({'print': {'type': 'print'}})
args.reporter = reporting.ReportEventStack(
rname, rdesc, reporting_enabled=report_on)
with args.reporter: