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")