remove debug logging
This commit is contained in:
parent
ec28cde940
commit
ef579c91a9
@ -870,9 +870,6 @@ export class BridgeIDBFactory {
|
|||||||
event2.eventPath = [request];
|
event2.eventPath = [request];
|
||||||
request.dispatchEvent(event2);
|
request.dispatchEvent(event2);
|
||||||
} else {
|
} else {
|
||||||
console.log(
|
|
||||||
`dispatching success event, _active=${transaction._active}`,
|
|
||||||
);
|
|
||||||
const event2 = new FakeEvent("success", {
|
const event2 = new FakeEvent("success", {
|
||||||
bubbles: false,
|
bubbles: false,
|
||||||
cancelable: false,
|
cancelable: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user