remove more bad logging
This commit is contained in:
parent
a2e7335cab
commit
52f162a3ef
@ -465,7 +465,6 @@ class QueryStreamIndexJoin<T, S> extends QueryStreamBase<JoinResult<T, S>> {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const joinKey = this.key(value);
|
const joinKey = this.key(value);
|
||||||
console.log("***** JOINING ON", joinKey);
|
|
||||||
const s = tx.objectStore(this.storeName).index(this.indexName);
|
const s = tx.objectStore(this.storeName).index(this.indexName);
|
||||||
const req = s.openCursor(IDBKeyRange.only(joinKey));
|
const req = s.openCursor(IDBKeyRange.only(joinKey));
|
||||||
req.onsuccess = () => {
|
req.onsuccess = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user