remove useless log
This commit is contained in:
parent
2c0ca19dc6
commit
073e9db255
1 changed files with 0 additions and 1 deletions
1
fun.go
1
fun.go
|
@ -261,7 +261,6 @@ func memetize(honk *Honk) {
|
|||
d.URL = url
|
||||
d.Local = false
|
||||
honk.Donks = append(honk.Donks, &d)
|
||||
log.Printf("replace with -")
|
||||
return ""
|
||||
}
|
||||
honk.Noise = re_memes.ReplaceAllStringFunc(honk.Noise, repl)
|
||||
|
|
Loading…
Reference in a new issue