Skip to content

Commit 638ac1b

Browse files
committed
remove console log
1 parent 3a4794b commit 638ac1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Playground.res

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,8 +1536,6 @@ let make = (~bundleBaseUrl: string, ~versions: array<string>) => {
15361536
}
15371537
}
15381538

1539-
Console.log(("searchParams", searchParams))
1540-
15411539
let initialLang = switch Nullable.make(
15421540
searchParams->WebAPI.URLSearchParams.get((CompilerManagerHook.Ext :> string)),
15431541
) {

0 commit comments

Comments
 (0)