Skip to content

Commit

Permalink
removing print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
fxdgear committed Mar 21, 2012
1 parent 1ea9bc4 commit 5162e39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion salt/modules/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 5162e39

Please sign in to comment.