From c419106a387327ff29cf2e623bc5f5793b817d1a Mon Sep 17 00:00:00 2001 From: Drew Date: Tue, 12 Apr 2016 10:46:33 -0700 Subject: [PATCH] Remove console.log (#1465) --- src/Schema.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Schema.js b/src/Schema.js index fb4cd130..e8f5e506 100644 --- a/src/Schema.js +++ b/src/Schema.js @@ -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'); });