diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-08-07 14:44:00 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-08-07 14:44:00 -0500 |
commit | 95bfe5d5150e2bf0a26dd1b97578c4fd04152365 (patch) | |
tree | 44a6a76e23f390cc125442da8a5acb74ad062343 /bin | |
parent | 71c8fedcd581d8c4aa937d270f5bbd2e5af99e26 (diff) | |
download | vyos-cloud-init-95bfe5d5150e2bf0a26dd1b97578c4fd04152365.tar.gz vyos-cloud-init-95bfe5d5150e2bf0a26dd1b97578c4fd04152365.zip |
add doc, remove some debug / print statements.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cloud-init | 1 |
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: |