Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
glpierce committed Apr 6, 2024
1 parent 0ed4578 commit f141744
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export default function RootLayout({
const isUsingAuth: boolean = process.env.NEXT_PUBLIC_USE_AUTH === "true";

const authRoute = () => {
console.log("isUsingAuth", isUsingAuth, clerkPubKey);
if (isUsingAuth && clerkPubKey) {
return (
<ClerkProvider publishableKey={clerkPubKey}>
Expand Down

0 comments on commit f141744

Please sign in to comment.