hide cookies from log

This commit is contained in:
root
2021-03-07 18:43:14 +00:00
parent b2d1def849
commit 5b2934bdda

View File

@@ -118,8 +118,8 @@ func (dbobj dbcon) getLegalBasisCookieConf() ([]byte, []byte, int, error) {
} }
} }
} }
fmt.Printf("cookies %v\n", cookies) //fmt.Printf("cookies %v\n", cookies)
fmt.Printf("results %v\n", results) //fmt.Printf("results %v\n", results)
if count == 0 { if count == 0 {
return []byte("[]"), []byte("[]"), 0, err return []byte("[]"), []byte("[]"), 0, err
} }