diff --git a/types.go b/types.go index b8aeffe..7f9be51 100644 --- a/types.go +++ b/types.go @@ -3,7 +3,6 @@ package tgbotapi import ( "encoding/json" "fmt" - "log" "strings" "time" )