Skip to content

Commit

Permalink
chore: remove log from test
Browse files Browse the repository at this point in the history
  • Loading branch information
sagold committed Apr 12, 2024
1 parent adb5f99 commit e2f0fe4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/getSchema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ function getSchema(draft: Draft, options: GetSchemaOptions) {
if (result == null || isJsonError(result)) {
return result;
}
console.log(result.path);
return result.schema;
}

Expand Down

0 comments on commit e2f0fe4

Please sign in to comment.