beers: be quiet

This commit is contained in:
Chris Sexton 2019-02-05 21:32:33 -05:00
parent 86e662b181
commit 00d998fc59
1 changed files with 0 additions and 2 deletions

View File

@ -358,7 +358,6 @@ func (p *BeersPlugin) checkUntappd(channel string) {
log.Fatal(err) log.Fatal(err)
} }
userMap[u.untappdUser] = u userMap[u.untappdUser] = u
log.Printf("Found untappd user: %#v", u)
if u.chanNick == "" { if u.chanNick == "" {
log.Fatal("Empty chanNick for no good reason.") log.Fatal("Empty chanNick for no good reason.")
} }
@ -373,7 +372,6 @@ func (p *BeersPlugin) checkUntappd(channel string) {
checkin := chks[i-1] checkin := chks[i-1]
if checkin.Checkin_id <= userMap[checkin.User.User_name].lastCheckin { if checkin.Checkin_id <= userMap[checkin.User.User_name].lastCheckin {
log.Printf("User %s already check in >%d", checkin.User.User_name, checkin.Checkin_id)
continue continue
} }