@gen3/core 0.10.92 → 0.10.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js
CHANGED
|
@@ -2078,7 +2078,6 @@ class LocalStorageService {
|
|
|
2078
2078
|
const tx = db.transaction(STORE_NAME, 'readwrite');
|
|
2079
2079
|
const store = tx.objectStore(STORE_NAME);
|
|
2080
2080
|
const item = await store.get(id);
|
|
2081
|
-
console.log('Delete list item: ', item);
|
|
2082
2081
|
if (!item) {
|
|
2083
2082
|
throw new Error(`List ${id} does not exist`);
|
|
2084
2083
|
}
|