Remove console.log (#1465)

This commit is contained in:
Drew
2016-04-12 10:46:33 -07:00
parent 99ecbb39f5
commit c419106a38

View File

@@ -451,7 +451,6 @@ class Schema {
return this.validateField(className, fieldName, type, true);
}, (error) => {
// The schema still doesn't validate. Give up
console.log(error)
throw new Parse.Error(Parse.Error.INVALID_JSON,
'schema key will not revalidate');
});