Skip to content

Commit 68ac566

Browse files
chore(clean): remove noisy logs (#415)
1 parent 1bbb686 commit 68ac566

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/next-app-router/DsfrProvider.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,9 @@ export function DsfrProviderBase(
7979
"nextParams": {
8080
"doPersistDarkModePreferenceWithCookie": false,
8181
"registerEffectAction": action => {
82-
console.log("registerEffectAction", action);
83-
8482
if (isAfterFirstEffect) {
85-
console.log("run now");
8683
action();
8784
} else {
88-
console.log("push");
8985
actions.push(action);
9086
}
9187
}
@@ -122,7 +118,6 @@ function dsfrEffect(): void {
122118
}
123119
isAfterFirstEffect = true;
124120
actions.forEach(action => {
125-
console.log("running action", action);
126121
action();
127122
});
128123
}

0 commit comments

Comments
 (0)