From 5df7aae78f6647147f98154e618cc7af818cad26 Mon Sep 17 00:00:00 2001 From: Syfaro Date: Mon, 4 Jan 2016 11:21:20 -0600 Subject: [PATCH] Remove log import. --- types.go | 1 - 1 file changed, 1 deletion(-) 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" )