From e06ff3e6d0ead26577915bc80433a1aa2d2f24ed Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 26 Jan 2011 17:05:16 -0500 Subject: remove debug statement --- cloud-init-cfg.py | 1 - 1 file changed, 1 deletion(-) 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) -- cgit v1.2.3