mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-19 07:14:22 +01:00
Remove BDK Sync Log Category #47
This commit is contained in:
@@ -68,13 +68,11 @@ export const Provider: ParentComponent = (props) => {
|
||||
},
|
||||
async sync(): Promise<void> {
|
||||
console.time("BDK Sync Time")
|
||||
console.groupCollapsed("BDK Sync")
|
||||
try {
|
||||
await state.node_manager?.sync()
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
console.groupEnd();
|
||||
console.timeEnd("BDK Sync Time")
|
||||
},
|
||||
setScanResult(scan_result: ParsedParams) {
|
||||
|
||||
Reference in New Issue
Block a user