Remove console.log (#1465)
This commit is contained in:
@@ -451,7 +451,6 @@ class Schema {
|
|||||||
return this.validateField(className, fieldName, type, true);
|
return this.validateField(className, fieldName, type, true);
|
||||||
}, (error) => {
|
}, (error) => {
|
||||||
// The schema still doesn't validate. Give up
|
// The schema still doesn't validate. Give up
|
||||||
console.log(error)
|
|
||||||
throw new Parse.Error(Parse.Error.INVALID_JSON,
|
throw new Parse.Error(Parse.Error.INVALID_JSON,
|
||||||
'schema key will not revalidate');
|
'schema key will not revalidate');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user