From 14ecba35ae814d8475de72d92330abf475b8d47b Mon Sep 17 00:00:00 2001 From: ly-sec Date: Sun, 13 Jul 2025 16:23:14 +0200 Subject: [PATCH] Remove useless console.log in Settings.qml --- Settings/Settings.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/Settings/Settings.qml b/Settings/Settings.qml index 012a046..18928b0 100644 --- a/Settings/Settings.qml +++ b/Settings/Settings.qml @@ -9,7 +9,6 @@ QtObject { Component.onCompleted: { Qt.application.name = "quickshell" Qt.application.organization = "quickshell" - console.log(Qt.application.organization) Qt.application.domain = "quickshell.app" loadSettings() }