-remove debug logging
This commit is contained in:
parent
af4064ce7e
commit
8791d4ea60
@ -685,8 +685,6 @@ export class DbAccess<StoreMap> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info(`accessible stores: ${Object.keys(accessibleStores)}`);
|
|
||||||
|
|
||||||
const runReadOnly = <T>(
|
const runReadOnly = <T>(
|
||||||
txf: ReadOnlyTransactionFunction<StoreMap, T>,
|
txf: ReadOnlyTransactionFunction<StoreMap, T>,
|
||||||
): Promise<T> => {
|
): Promise<T> => {
|
||||||
|
Loading…
Reference in New Issue
Block a user