Skip to content
Snippets Groups Projects
Commit 811dad51 authored by ale's avatar ale
Browse files

Remove debugging log statement

parent 880a2c5a
No related branches found
No related tags found
No related merge requests found
Pipeline #86030 passed
......@@ -6,7 +6,6 @@ import (
"encoding/hex"
"errors"
"fmt"
"log"
"strconv"
"strings"
......@@ -216,6 +215,5 @@ func (*argon2StdCodec) decodeArgon2Hash(s string) (params argon2Params, salt []b
}
dk, err = base64.RawStdEncoding.DecodeString(parts[3])
log.Printf("params: %+v", params)
return
}
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