Skip to content

Commit

Permalink
remove log line
Browse files Browse the repository at this point in the history
  • Loading branch information
imagekitio authored Sep 14, 2022
1 parent 27714f1 commit 16ea4c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion url.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func (ik *ImageKit) Url(params ikurl.UrlParam) (string, error) {

if params.UnixTime == nil {
now = time.Now().Unix()
log.Println(now)
} else {
now = params.UnixTime()
}
Expand Down

0 comments on commit 16ea4c9

Please sign in to comment.