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;