Skip to content

Commit

Permalink
Merge pull request #6429 from brave/logs-response-1.13
Browse files Browse the repository at this point in the history
Removes response from logs (uplift to 1.13.x)
  • Loading branch information
kjozwiak authored Aug 19, 2020
2 parents eedb1ce + 71b4263 commit df1345f
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));

std::string token;
const ledger::Result result =
Expand Down

0 comments on commit df1345f

Please sign in to comment.