Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 016e851

Browse files
committed
Remove debug log
1 parent f824f1e commit 016e851

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

framework/react/router.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export const Router: FC<RouterProps> = ({ ssrContext, suspense }) => {
114114
if (deployId) {
115115
url += `?v=${deployId}`;
116116
}
117-
console.log(url);
118117
const { default: defaultExport, data: withData } = await import(url);
119118
routeModules[filename] = { defaultExport, withData };
120119
return { defaultExport, withData };

0 commit comments

Comments
 (0)