-remove debug logging

This commit is contained in:
Florian Dold 2023-01-27 13:32:27 +01:00
parent af4064ce7e
commit 8791d4ea60
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -685,8 +685,6 @@ export class DbAccess<StoreMap> {
}
}
logger.info(`accessible stores: ${Object.keys(accessibleStores)}`);
const runReadOnly = <T>(
txf: ReadOnlyTransactionFunction<StoreMap, T>,
): Promise<T> => {