Skip to content

Commit c419106

Browse files
committed
Remove console.log (#1465)
1 parent 99ecbb3 commit c419106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Schema.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ class Schema {
451451
return this.validateField(className, fieldName, type, true);
452452
}, (error) => {
453453
// The schema still doesn't validate. Give up
454-
console.log(error)
455454
throw new Parse.Error(Parse.Error.INVALID_JSON,
456455
'schema key will not revalidate');
457456
});

0 commit comments

Comments
 (0)