diff --git a/handlers/annotations.go b/handlers/annotations.go index 70dff1d..33a526c 100644 --- a/handlers/annotations.go +++ b/handlers/annotations.go @@ -88,7 +88,5 @@ func cleanBody(body string) string { re = regexp.MustCompile(`https?:\/\/[a-z]*.?genius.com`) clean = re.ReplaceAllString(clean, "") - fmt.Println(clean) - return clean }