feat(cli): Remove --debug flag

This commit is contained in:
Binarybaron 2025-10-21 16:11:55 +02:00
parent 815692af5b
commit 9af6bcc504
6 changed files with 53 additions and 87 deletions

View file

@ -173,7 +173,6 @@ pub async fn initialize_context(
})
.with_monero(settings.monero_node_config)
.with_json(false)
.with_debug(true)
.with_tor(settings.use_tor)
.with_enable_monero_tor(settings.enable_monero_tor)
.with_tauri(tauri_handle.clone())