Remove log import.

pull/40/head^2
Syfaro 10 years ago
parent c805a45520
commit 4a1b9aa938
  1. 1
      types.go

@ -3,7 +3,6 @@ package tgbotapi
import ( import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"log"
"strings" "strings"
"time" "time"
) )