openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 29b5beffba37eda20b7ec27d77dd2a5bd699ab31
parent c82ab82fd47c8c1516277c1fed14a443c57fbe18
Author: Peter Kosyh <p.kosyh@gmail.com>
Date:   Mon,  7 Sep 2020 23:46:50 +0300

be less verbose

Diffstat:
Mii/db.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/ii/db.go b/ii/db.go @@ -746,7 +746,6 @@ func (db *UDB) UserInfoName(name string) *User { if ok { return &v } - Error.Printf("No user: %s", name) return nil }