chore: remove debugging code

This commit is contained in:
rramiachraf 2024-03-04 23:41:01 +01:00
parent b6a0203e93
commit 05d8219679

View File

@ -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
}