auth: fix Init method

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-03-24 13:12:03 +03:00
parent 4a64ee72f7
commit 8742b55305
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,6 @@ func IsEmpty(v reflect.Value) bool {
}
}
default:
fmt.Printf("%#+v\n", v)
return false
}
return true