eion/purple-hangouts

Don't log the uberauth token
draft
2019-06-07, Eion Robb
fd5de7c04b14
Parents 7435274a9160
Children ec3324659888
Don't log the uberauth token
--- a/hangouts_auth.c Fri Jun 07 10:00:47 2019 +1200
+++ b/hangouts_auth.c Fri Jun 07 10:21:41 2019 +1200
@@ -291,8 +291,6 @@
_("Auth error"));
return;
}
-
- purple_debug_misc("hangouts-prpl", "uberauth: %s", uberauth);
request = purple_http_request_new(NULL);
purple_http_request_set_url_printf(request, "https://accounts.google.com/MergeSession" "?service=mail&continue=http://www.google.com&uberauth=%s", purple_url_encode(uberauth));