mirror of https://github.com/scrapy/scrapy.git
upss...removing a print...
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40150
This commit is contained in:
parent
3f7100fe1e
commit
59d6e92582
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue