remove debug statement
This commit is contained in:
parent
e979b4d42d
commit
5191228922
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user