From 71b42639ac208d654b433bf888678f1e892c6365 Mon Sep 17 00:00:00 2001 From: NejcZdovc Date: Mon, 17 Aug 2020 07:28:52 +0200 Subject: [PATCH] Removes response from logs Resolves https://github.com/brave/brave-browser/issues/11255 --- .../src/bat/ledger/internal/uphold/uphold_authorization.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_authorization.cc b/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_authorization.cc index 40217555125a..2e9aee498c08 100644 --- a/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_authorization.cc +++ b/vendor/bat-native-ledger/src/bat/ledger/internal/uphold/uphold_authorization.cc @@ -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 =