Skip to content

Commit

Permalink
Merge pull request #6444 from brave/logs-response-1.12
Browse files Browse the repository at this point in the history
Removes response from logs (uplift to 1.12.x)
  • Loading branch information
kjozwiak authored Aug 19, 2020
2 parents e27714b + aa51e5d commit 891ad7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void UpholdAuthorization::Authorize(
void UpholdAuthorization::OnAuthorize(
const ledger::UrlResponse& response,
ledger::ExternalWalletAuthorizationCallback callback) {
BLOG(6, ledger::UrlResponseToString(__func__, response));
BLOG(7, ledger::UrlResponseToString(__func__, response));

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

0 comments on commit 891ad7d

Please sign in to comment.