Skip to content

Commit e219f23

Browse files
committed
removed console.log from generate() method
1 parent 01705f8 commit e219f23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/lib/JSONSchemaMarkdown.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ class JSONSchemaMarkdown {
8888
try {
8989
this.generateChildren("", this.schema, 0, "#");
9090
} catch (e) {
91-
console.log(e);
9291
this.error(e.toString());
9392
}
9493
}

0 commit comments

Comments
 (0)