From f354e41ab7e06a924c910980c46e359c29df5bb1 Mon Sep 17 00:00:00 2001 From: Adam French Date: Fri, 23 Jan 2026 12:21:59 +0000 Subject: [PATCH] fix fetch --- backend/handlers/handle_spotify.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/handlers/handle_spotify.go b/backend/handlers/handle_spotify.go index c7c4e94..7f0772c 100644 --- a/backend/handlers/handle_spotify.go +++ b/backend/handlers/handle_spotify.go @@ -10,8 +10,6 @@ import ( ) func (store *Store) CompleteSpotifyAuth(ctx *gin.Context) { - print("COMPLETING AUTH") - state := ctx.Query("state") c := context.Background() // code := c.Query("code")