mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing print statement
This commit is contained in:
parent
1ea9bc4197
commit
5162e39ad5
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue