diff --git a/lib/apis/github.dart b/lib/apis/github.dart index 7efb9aa5..898e9a50 100644 --- a/lib/apis/github.dart +++ b/lib/apis/github.dart @@ -64,7 +64,7 @@ class GitHub implements GitHost { response.body); throw GitHostException.OAuthFailed; } - Log.d("GithubResponse: " + response.body); + // Log.d("GithubResponse: " + response.body); var map = Uri.splitQueryString(response.body); return map["access_token"] ?? "";