Update app/services/kredits.js

Co-authored-by: Garret Alfert <alfert@wevelop.de>
This commit is contained in:
2020-11-17 13:38:47 +01:00
committed by GitHub
parent 2a8fd3b001
commit f3f158ff26
-1
View File
@@ -482,7 +482,6 @@ export default Service.extend({
await this.browserCache[collection].setItem(o.id, o.serialize()); await this.browserCache[collection].setItem(o.id, o.serialize());
} }
console.debug(`[kredits] Cached ${this[collection].length} ${collection} in browser storage`); console.debug(`[kredits] Cached ${this[collection].length} ${collection} in browser storage`);
return Promise.resolve();
}, },
async loadObjectsFromCache (objectClass) { async loadObjectsFromCache (objectClass) {