one useless line removed

pull/1/head
sirlandalf 10 years ago
parent 9f17771ecd
commit 4944eed2fa
  1. 1
      updates.go

@ -16,7 +16,6 @@ func (bot *BotAPI) UpdatesChan(config UpdateConfig) (chan Update, error) {
config.Offset = update.UpdateID + 1
bot.Updates <- update
}
}
}
}()