We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbb6e8 commit 5066efbCopy full SHA for 5066efb
src/lib/start.ts
@@ -85,8 +85,6 @@ export async function startDsfrReact(params: Params) {
85
86
await import("../dsfr/dsfr.module" as any);
87
88
- console.log("disabled");
89
-
90
if (!isNextJs) {
91
(window as any).dsfr.start();
92
}
0 commit comments