Remove log import.

pull/41/head
Syfaro 10 years ago
parent 3dbc5f3892
commit 5df7aae78f
  1. 1
      types.go

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