Skip to content

Commit cfdb170

Browse files
authored
fix: remove boom error message
1 parent 1d100d3 commit cfdb170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ const validator = (schema: JSONSchema, data: any): true | ValidationErrors => {
134134
const tokens = path.split(".");
135135
const key = tokens[tokens.length - 1];
136136
if (required.includes(key)) {
137-
console.error(new Error("boom"));
138137
result = validateItem(ss, reffed);
139138
}
140139
}

0 commit comments

Comments
 (0)