Removing an extra log entry

This commit is contained in:
Chris Sexton 2013-08-31 23:34:23 -04:00
parent 2acf375997
commit 90b86aaf7d
1 changed files with 0 additions and 2 deletions

View File

@ -331,8 +331,6 @@ func (p *BeersPlugin) checkUntappd(channel string) {
var users []untappdUser
p.Coll.Find(bson.M{"untappduser": bson.M{"$exists": true}, "channel": channel}).All(&users)
log.Println("Found ", len(users), " untappd users")
userMap := make(map[string]untappdUser)
for _, u := range users {
userMap[u.UntappdUser] = u