log cleanup

This commit is contained in:
stremovsky
2019-12-24 19:48:06 +02:00
parent 52ff2443e5
commit 50539db426
3 changed files with 43 additions and 16 deletions

View File

@@ -99,7 +99,7 @@ func (dbobj dbcon) checkUserAuthXToken(xtokenUUID string) (tokenAuthResult, erro
return result, errors.New("failed to authenticate")
}
if len(rootXTOKEN) > 0 && rootXTOKEN == xtokenUUID {
fmt.Println("It is a root token")
//fmt.Println("It is a root token")
result.ttype = "root"
result.name = "root"
return result, nil