Skip to content

Commit

Permalink
Modify sign-in debug log to remove Proxy.toString call
Browse files Browse the repository at this point in the history
  • Loading branch information
olehkuznetsov committed Feb 28, 2019
1 parent 9e1f973 commit c17fcca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public void setStatus(int status) {
ResultCallback<? super TokenResult> cb = getCallback();
TokenResult res = getResult();
if (cb != null) {
Log.d(TAG," Calling onResult for callback: " + cb + " result: " + res);
Log.d(TAG,"Calling onResult for result: " + res);
getCallback().onResult(res);
}

Expand Down

0 comments on commit c17fcca

Please sign in to comment.