diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2015-01-04 12:58:15 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2015-01-04 22:07:28 +0100 |
commit | 6b533a423dc1ef9caea61916c64b0b6cf602840f (patch) | |
tree | 3dd647ab62621406b0be8e84f3ce4bc37d19e800 | |
parent | e681fd7eb1f2a7a6436f023296fcd2a3a88d9f48 (diff) |
Reduce noice and do not log passwords.
-rwxr-xr-x | move-postjournal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move-postjournal b/move-postjournal index 8304264..b7e92ee 100755 --- a/move-postjournal +++ b/move-postjournal @@ -43,7 +43,7 @@ columns = { # print the connection string we will use to connect def db_connect(): - print "Connecting to database\n ->%s" % (conn_string) +# print "Connecting to database\n ->%s" % (conn_string) try: # get a connection, if a connect cannot be made an exception |