idb-bridge: remove debug print

This commit is contained in:
Florian Dold 2021-12-15 03:00:20 +01:00
parent f4d66541ed
commit eee50c1a5c
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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);