Skip to content

Commit 235675f

Browse files
committed
cleanup console logs
1 parent 3b5b533 commit 235675f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/ApiDocs.res

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -425,12 +425,7 @@ let processStaticProps = (~slug: array<string>) => {
425425
let content =
426426
// TODO post RR7: rename this to getByModuleName
427427
Data.getVersion(~moduleName)
428-
->Option.map(data => {
429-
let x = data.mainModule
430-
Console.log(modulePath)
431-
Console.log(x->Dict.keysToArray)
432-
x
433-
})
428+
->Option.map(data => data.mainModule)
434429
->Option.flatMap(Dict.get(_, modulePath))
435430

436431

0 commit comments

Comments
 (0)