From 084cee5fe0311e4799a691a4564035aa2b55bd60 Mon Sep 17 00:00:00 2001 From: "ImageKit.io" <45416977+imagekitio@users.noreply.github.com> Date: Wed, 14 Sep 2022 09:42:43 +0200 Subject: [PATCH] fix --- url.go | 1 - 1 file changed, 1 deletion(-) diff --git a/url.go b/url.go index cf252f4..c667e7c 100644 --- a/url.go +++ b/url.go @@ -5,7 +5,6 @@ import ( "crypto/sha1" "encoding/hex" "fmt" - "log" neturl "net/url" "strconv" "strings"