Skip to content
Snippets Groups Projects
Commit a734774f authored by Robert Butora's avatar Robert Butora
Browse files

bugfix (removes password form log)

parent 81018cec
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class DBConn
public String toString()
{
return uri + " schema[" + schema + "] " + user_name + " / " + password;
return uri + " schema[" + schema + "] " + user_name;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment