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,
|
btx: DatabaseTransaction,
|
||||||
req: RecordGetRequest,
|
req: RecordGetRequest,
|
||||||
): Promise<RecordGetResponse> {
|
): Promise<RecordGetResponse> {
|
||||||
console.log(`getRecords ${req.objectStoreName}`);
|
|
||||||
if (this.enableTracing) {
|
if (this.enableTracing) {
|
||||||
console.log(`TRACING: getRecords`);
|
console.log(`TRACING: getRecords`);
|
||||||
console.log("query", req);
|
console.log("query", req);
|
||||||
|
Loading…
Reference in New Issue
Block a user