removing print statement

This commit is contained in:
Nick Lang (Salt minion) 2012-03-21 06:29:17 +00:00
parent 1ea9bc4197
commit 5162e39ad5

View file

@ -55,7 +55,6 @@ def syncdb(settings_module,
cmd = "{0} --database={1}".format(cmd, database)
if pythonpath:
cmd = "{0} --pythonpath={1}".format(cmd, pythonpath)
print cmd
return __salt__['cmd.run'](cmd)