cleanup unneeded logging
This commit is contained in:
@@ -13,7 +13,6 @@ Searcher {
|
||||
|
||||
function launch(entry: DesktopEntry): void {
|
||||
appDb.incrementFrequency(entry.id);
|
||||
console.log(root.command);
|
||||
|
||||
if (entry.runInTerminal)
|
||||
Quickshell.execDetached({
|
||||
|
||||
@@ -51,8 +51,6 @@ Item {
|
||||
implicitHeight: searchContainer.implicitHeight
|
||||
implicitWidth: 200
|
||||
|
||||
Component.onCompleted: console.log(root.height)
|
||||
|
||||
Shortcut {
|
||||
sequence: "/"
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user