Skip to content

Commit 640fcfc

Browse files
committed
Remove some logs
1 parent 5406fa3 commit 640fcfc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/lib/nextJs.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ export function withAppDsfr<AppComponent extends NextComponentType<any, any, any
9292
);
9393

9494
AppWithDsfr.getInitialProps = async (appContext: AppContext) => {
95-
console.log("here here here");
96-
9795
if (!isBrowser) {
9896
/*
9997
$colorScheme.current = (() => {

src/test/frameworks/next/pages/_app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import DefaultApp from "next/app";
2-
import "dsfr-react/dsfr/dsfr.css";
32
import { withAppDsfr } from "dsfr-react/lib/nextJs";
3+
import "dsfr-react/dsfr/dsfr.css";
44

5-
//export default withDsfr(DefaultApp);
65
export default withAppDsfr(DefaultApp, {
76
"defaultColorScheme": "system",
87
"preloadFonts": [

0 commit comments

Comments
 (0)