We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3544d commit 2426039Copy full SHA for 2426039
src/core/modules/entry.js
@@ -373,10 +373,9 @@ export default class Entry {
373
}
374
};
375
var options = Utils.mergeDeep(this.fetchOptions, fetchOptions);
376
- console.log('🚀 ~ file: entry.js:376 ~ Entry ~ fetch ~ this:', this)
377
return Utils.sendRequest(Utils.mergeDeep({}, this), options);
378
} else {
379
if (this.fetchOptions.debug) this.fetchOptions.logHandler('error', "Kindly provide an entry uid. e.g. .Entry('asset_uid')");
380
381
382
-}
+}
0 commit comments