Skip to content

Commit 2426039

Browse files
authored
Update entry.js
1 parent 2b3544d commit 2426039

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/modules/entry.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,9 @@ export default class Entry {
373373
}
374374
};
375375
var options = Utils.mergeDeep(this.fetchOptions, fetchOptions);
376-
console.log('🚀 ~ file: entry.js:376 ~ Entry ~ fetch ~ this:', this)
377376
return Utils.sendRequest(Utils.mergeDeep({}, this), options);
378377
} else {
379378
if (this.fetchOptions.debug) this.fetchOptions.logHandler('error', "Kindly provide an entry uid. e.g. .Entry('asset_uid')");
380379
}
381380
}
382-
}
381+
}

0 commit comments

Comments
 (0)