diff --git a/dots/.config/quickshell/ii/modules/lock/LockContext.qml b/dots/.config/quickshell/ii/modules/lock/LockContext.qml index 17893bb18..b242cdc05 100644 --- a/dots/.config/quickshell/ii/modules/lock/LockContext.qml +++ b/dots/.config/quickshell/ii/modules/lock/LockContext.qml @@ -87,7 +87,7 @@ Scope { } onExited: (exitCode, exitStatus) => { if (exitCode !== 0) { - console.warn("fprintd-list command exited with error:", exitCode, exitStatus); + // console.warn("[LockContext] fprintd-list command exited with error:", exitCode, exitStatus); root.fingerprintsConfigured = false; } } diff --git a/dots/.config/quickshell/ii/services/KeyringStorage.qml b/dots/.config/quickshell/ii/services/KeyringStorage.qml index 1e8562cac..ae49496d2 100644 --- a/dots/.config/quickshell/ii/services/KeyringStorage.qml +++ b/dots/.config/quickshell/ii/services/KeyringStorage.qml @@ -108,7 +108,7 @@ Singleton { } } onExited: (exitCode, exitStatus) => { - console.log("[KeyringStorage] Keyring data fetch process exited with code:", exitCode); + // console.log("[KeyringStorage] Keyring data fetch process exited with code:", exitCode); if (exitCode === 1) { console.error("[KeyringStorage] Entry not found, initializing."); root.keyringData = {};