From a4d45f04f23cb4fe91100dc32992ac183975717f Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 7 Apr 2026 15:59:59 +0200 Subject: [PATCH] removed duped print --- dots/.config/quickshell/ii/services/GoogleCloud.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/dots/.config/quickshell/ii/services/GoogleCloud.qml b/dots/.config/quickshell/ii/services/GoogleCloud.qml index cd2ae3675..9cb4e8f99 100644 --- a/dots/.config/quickshell/ii/services/GoogleCloud.qml +++ b/dots/.config/quickshell/ii/services/GoogleCloud.qml @@ -72,7 +72,6 @@ Singleton { root.tokenError = false; } catch(e) { root.tokenError = true; - print("[GoogleCloud] Failed to parse token response: " + e) print("[GoogleCloud] Failed to parse token response: " + e + "\n" + out) } root.tokenReady = true;