idb-bridge: remove debug print
This commit is contained in:
parent
f4d66541ed
commit
eee50c1a5c
@ -1078,7 +1078,6 @@ export class MemoryBackend implements Backend {
|
||||
btx: DatabaseTransaction,
|
||||
req: RecordGetRequest,
|
||||
): Promise<RecordGetResponse> {
|
||||
console.log(`getRecords ${req.objectStoreName}`);
|
||||
if (this.enableTracing) {
|
||||
console.log(`TRACING: getRecords`);
|
||||
console.log("query", req);
|
||||
|
Loading…
Reference in New Issue
Block a user