removed duped print

This commit is contained in:
end-4
2026-04-07 15:59:59 +02:00
parent d87fbf5523
commit a4d45f04f2
@@ -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;