Skip to content

Commit

Permalink
Remove console.log (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-gross committed Apr 12, 2016
1 parent 99ecbb3 commit c419106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
Expand Down

0 comments on commit c419106

Please sign in to comment.