Skip to content

Commit be35ac8

Browse files
committed
fix: remove commented log.
1 parent 70a3c29 commit be35ac8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/dashboard/src/middleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export const config = {
2929

3030
export async function middleware(request: NextRequest) {
3131
const { pathname } = request.nextUrl;
32-
// console.log(pathname);
3332

3433
// nebula subdomain handling
3534
const host = request.headers.get("host");

0 commit comments

Comments
 (0)