mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
refactor(bar): remove verbose logging from custom command execution
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user