diff --git a/extractor/twitch/Clip.go b/extractor/twitch/Clip.go index cbc4a39..f706aa9 100644 --- a/extractor/twitch/Clip.go +++ b/extractor/twitch/Clip.go @@ -1,7 +1,6 @@ package twitch import ( - "log" "safetwitch-backend/extractor" "safetwitch-backend/extractor/structs" @@ -43,8 +42,6 @@ func GetClipMetadata(clipSlug string, streamerName string) (structs.Video, error return structs.Video{}, err } - log.Println(string(body)) - streamerData := gjson.Get(string(body), "1.data") parsedSocials, err := ParseSocials(streamerData.String()) if err != nil {