upss...removing a print...

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40150
This commit is contained in:
olveyra 2008-08-07 11:59:44 +00:00
parent 3f7100fe1e
commit 59d6e92582
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ def mysql_connect(db_uri, **kwargs):
d.update(kwargs)
dcopy = d.copy()
print dcopy
if dcopy.get("passwd"):
dcopy["passwd"] = "********"
log.msg("Connecting db with settings %s" % dcopy )