Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
kaldray committed Jun 18, 2024
1 parent 6f19323 commit 98d9c03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pages/api/auth/[...nextauth].ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ const spotifyApi = new SpotifyWebApi({
clientSecret: process.env.SPOTIFY_CLIENT_SECRET,
});

console.log(process.env.NEXTAUTH_SECRET, "==========ENV");

async function spotifyRefreshAccessToken(token: JWT): Promise<JWT> {
try {
if (token.accessToken !== undefined && token.refreshToken !== undefined) {
Expand Down
1 change: 0 additions & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { getServerSideUserInfo } from "types/next";

const Home: NextPage = () => {
const { presentation__container } = styles;
console.log(process.env.NEXT_PUBLIC_VERCEL_URL, "=========");

return (
<>
Expand Down

0 comments on commit 98d9c03

Please sign in to comment.