Skip to content

Commit d1d8532

Browse files
committed
remove console.log
1 parent d230564 commit d1d8532

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tests-unit/tests/core/routing/i18n.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ describe("handleLocaleRedirect", () => {
203203
});
204204

205205
const result = handleLocaleRedirect(event);
206-
console.log(NextConfig.i18n);
207206

208207
expect(result).toMatchObject({
209208
statusCode: 307,

0 commit comments

Comments
 (0)