Skip to content

Commit

Permalink
remove debug middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
upiksaleh committed Oct 1, 2024
1 parent ada4cc5 commit 34ba4fa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ export default async function middleware(req: NextRequest) {
?.replace(`.${LOCALDEV_DOMAIN}`, '')
?.replace(`.${ROOT_DOMAIN}`, '');
const path = url.pathname;
// debug
console.log(
hostname,
'::',
subdomain,
'::',
ROOT_DOMAIN,
'::',
DOMAIN_PORTAL
);

if (
path.match(
Expand Down

0 comments on commit 34ba4fa

Please sign in to comment.