diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-01-26 17:05:16 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-01-26 17:05:16 -0500 |
commit | e06ff3e6d0ead26577915bc80433a1aa2d2f24ed (patch) | |
tree | 6b0447556cd49ea5274954b7c522ada53dc0a60e /cloud-init-cfg.py | |
parent | 36bf96cb5e5c6f1b8c9b2495a2d5456ba4729350 (diff) | |
download | vyos-cloud-init-e06ff3e6d0ead26577915bc80433a1aa2d2f24ed.tar.gz vyos-cloud-init-e06ff3e6d0ead26577915bc80433a1aa2d2f24ed.zip |
remove debug statement
Diffstat (limited to 'cloud-init-cfg.py')
-rwxr-xr-x | cloud-init-cfg.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloud-init-cfg.py b/cloud-init-cfg.py index 75ede23f..49ddf302 100755 --- a/cloud-init-cfg.py +++ b/cloud-init-cfg.py @@ -75,7 +75,6 @@ def main(): module_list = [ ] if name == "all": modlist_cfg_name = "cloud_%s_modules" % modename - print modlist_cfg_name module_list = CC.read_cc_modules(cc.cfg,modlist_cfg_name) if not len(module_list): err("no modules to run in cloud_config [%s]" % modename,log) |