Skip to content

Commit

Permalink
Remove credential trace
Browse files Browse the repository at this point in the history
  • Loading branch information
tknie committed Oct 14, 2024
1 parent 9a8fd47 commit a2bbe29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/mapping.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ func ConnectTable(ctx *clu.Context, table string) (common.RegDbID, error) {
refCopy.User = ctx.User.User
password = ctx.Pass
}
log.Log.Debugf("User: %s Password: %s", refCopy.User, password)
log.Log.Debugf("Connect table (register handle) %#v \n-> %#v", databaseTableEntry.reference, refCopy)
id, err := flynn.Handler(&refCopy, password)
if err != nil {
Expand Down

0 comments on commit a2bbe29

Please sign in to comment.