Skip to content

Commit

Permalink
Remove Js.log
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Dec 15, 2024
1 parent e2206e4 commit 76458c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-schema",
"version": "9.0.0-rc.2",
"version": "9.0.0-rc.3",
"description": "🧬 The fastest parser in the entire JavaScript ecosystem with a focus on small bundle size and top-notch DX",
"keywords": [
"ReScript",
Expand Down
1 change: 0 additions & 1 deletion src/S_Core.res
Original file line number Diff line number Diff line change
Expand Up @@ -3466,7 +3466,6 @@ module Schema = {
~builder=Builder.make((b, ~input, ~selfSchema as _, ~path) => {
let itemOutput = b->B.parse(~schema, ~input, ~path)

Js.log2(b, itemOutput)
let bb = b->B.scope
let rec getItemOutput = item => {
switch item {
Expand Down

0 comments on commit 76458c6

Please sign in to comment.