This commit is contained in:
shoopea 2020-01-17 00:05:21 +08:00
parent c825b9cfcb
commit bd18dfae73
2 changed files with 0 additions and 6 deletions

2
job.go
View File

@ -1384,8 +1384,6 @@ func jobGWithdraw(j Job) {
doneTab map[int64]int64
)
log.Printf("jobGWithdraw[%d] : test %d / %p.\n", j.ID64, botUserID64, bot)
log.Printf("jobGWithdraw[%d] : Starting.\n", j.ID64)
reqTab = make(map[int64]int64)

View File

@ -103,10 +103,6 @@ func main() {
URL: cfg.Telegram.URL,
Poller: &tb.LongPoller{Timeout: 10 * time.Second},
})
botUserID64 = int64(bot.Me.ID)
log.Printf("Test %p.\n", bot)
failOnError(err, "Registering bot")
log.Println("Bot registered")