Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomaskontolacr committed Sep 18, 2023
1 parent ce88d98 commit 6270e0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { NextRequest, NextResponse } from "next/server";
// From: https://nextjs.org/docs/app/building-your-application/routing/internationalization
export const middleware = async (request: NextRequest) => {
const locales = ['fi', 'en']
console.log('here');
const defaultLocale = "fi";

const pathname = request.nextUrl.pathname;
Expand Down

0 comments on commit 6270e0d

Please sign in to comment.