diff --git a/src/core/modules/entry.js b/src/core/modules/entry.js index bc23cfee..6e51f244 100755 --- a/src/core/modules/entry.js +++ b/src/core/modules/entry.js @@ -373,10 +373,9 @@ export default class Entry { } }; var options = Utils.mergeDeep(this.fetchOptions, fetchOptions); - console.log('🚀 ~ file: entry.js:376 ~ Entry ~ fetch ~ this:', this) return Utils.sendRequest(Utils.mergeDeep({}, this), options); } else { if (this.fetchOptions.debug) this.fetchOptions.logHandler('error', "Kindly provide an entry uid. e.g. .Entry('asset_uid')"); } } -} \ No newline at end of file +}