diff options
-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 |