refactor(bar): remove verbose logging from custom command execution

This commit is contained in:
tibssy
2026-03-03 20:32:02 +00:00
parent fa3f4a9b88
commit 6fbe7e6ccf
-1
View File
@@ -381,7 +381,6 @@ Item {
});
processObj.running = true;
Logger.i("Bar", `Executing command: ${command}`);
} catch (e) {
Logger.e("Bar", "Failed to start custom command:", e);
ToastService.showError(