From 4aea51165b299ed2413eb7ea59d246373e3a56a9 Mon Sep 17 00:00:00 2001 From: pepopimatico89-code Date: Mon, 20 Apr 2026 02:43:53 -0600 Subject: [PATCH] Clean up comments in app.js Removed example comments from app.js --- authorization/authorization_code/app.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/authorization/authorization_code/app.js b/authorization/authorization_code/app.js index ebd40d1f..ab218be5 100644 --- a/authorization/authorization_code/app.js +++ b/authorization/authorization_code/app.js @@ -1,11 +1,3 @@ -/** - * This is an example of a basic node.js script that performs - * the Authorization Code oAuth2 flow to authenticate against - * the Spotify Accounts. - * - * For more information, read - * https://developer.spotify.com/documentation/web-api/tutorials/code-flow - */ var express = require('express'); var request = require('request');