Skip to content

Commit

Permalink
Merge pull request #6168 from brave/uphold-me
Browse files Browse the repository at this point in the history
Removes uphold /me from internal logs
  • Loading branch information
NejcZdovc authored Jul 22, 2020
2 parents f16db59 + 4917380 commit 6ff6989
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void UpholdUser::OnGet(
const ledger::UrlResponse& response,
GetUserCallback callback) {
User user;
BLOG(6, ledger::UrlResponseToString(__func__, response));
BLOG(7, ledger::UrlResponseToString(__func__, response));

if (response.status_code == net::HTTP_UNAUTHORIZED) {
callback(ledger::Result::EXPIRED_TOKEN, user);
Expand Down

0 comments on commit 6ff6989

Please sign in to comment.