Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorrisondev committed May 21, 2024
1 parent e3d128b commit f11d842
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ const isProtectedRoute = createRouteMatcher([

export default clerkMiddleware(async (auth, req) => {
if (isProtectedRoute(req)) auth().protect();

// const a = auth();
// console.log(a)

// const { userId } = auth();
// if(userId) {
// posthog.identify(userId);
// }
});

export const config = {
Expand Down

0 comments on commit f11d842

Please sign in to comment.