cleanup unneeded logging
Format (JS/TS) / format (pull_request) Failing after 6s
Lint (JS/TS) / lint (pull_request) Failing after 11s
Lint (Python) / lint (pull_request) Failing after 19s
Lint (Rust) / lint (pull_request) Failing after 1m34s

This commit is contained in:
2026-05-19 16:15:39 +02:00
parent 9c6a1ce1a4
commit 62ec1b9f33
6 changed files with 20 additions and 50 deletions
-1
View File
@@ -13,7 +13,6 @@ Searcher {
function launch(entry: DesktopEntry): void {
appDb.incrementFrequency(entry.id);
console.log(root.command);
if (entry.runInTerminal)
Quickshell.execDetached({
-2
View File
@@ -51,8 +51,6 @@ Item {
implicitHeight: searchContainer.implicitHeight
implicitWidth: 200
Component.onCompleted: console.log(root.height)
Shortcut {
sequence: "/"
-1
View File
@@ -19,7 +19,6 @@ Scope {
if (!root.launcherInterrupted && !root.hasFullscreen) {
const visibilities = Visibilities.getForActive();
visibilities.launcher = !visibilities.launcher;
console.log(root.launcherInterrupted);
}
root.launcherInterrupted = false;
}