From 05d8219679179f6367f33466d23f81c8405c4c71 Mon Sep 17 00:00:00 2001 From: rramiachraf <51409801+rramiachraf@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:41:01 +0100 Subject: [PATCH] chore: remove debugging code --- handlers/annotations.go | 2 -- 1 file changed, 2 deletions(-) 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 }