Remove dangerous logging function
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
896c383156
commit
7d391a97bf
|
@ -48,7 +48,6 @@ func loadBangs() (bangs map[string]string) {
|
|||
func buildSearchURL(template string, query string) (searchUrl string) {
|
||||
searchUrl = strings.Replace(template, "%s", url.QueryEscape(query), 1)
|
||||
searchUrl = strings.Replace(searchUrl, "%S", query, 1)
|
||||
log.Print(searchUrl)
|
||||
return searchUrl
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue