Skip to content

Commit

Permalink
core: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed authored and thecodrr committed Sep 4, 2023
1 parent 87e42e9 commit b484992
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/database/cached-collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export default class CachedCollection extends IndexedCollection {
}

async setItems(items) {
console.log("items", items);
await super.setItems(items);
for (let item of items) {
if (item) {
Expand Down

0 comments on commit b484992

Please sign in to comment.