remove useless log

This commit is contained in:
Ted Unangst 2019-08-05 20:39:18 -04:00
parent 2c0ca19dc6
commit 073e9db255
1 changed files with 0 additions and 1 deletions

1
fun.go
View File

@ -261,7 +261,6 @@ func memetize(honk *Honk) {
d.URL = url d.URL = url
d.Local = false d.Local = false
honk.Donks = append(honk.Donks, &d) honk.Donks = append(honk.Donks, &d)
log.Printf("replace with -")
return "" return ""
} }
honk.Noise = re_memes.ReplaceAllStringFunc(honk.Noise, repl) honk.Noise = re_memes.ReplaceAllStringFunc(honk.Noise, repl)