diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-02-21 19:56:44 +0000 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2020-02-21 19:56:44 +0000 |
| commit | 05e2efb283a8578abe073e4188bc64347814c679 (patch) | |
| tree | dc6869fdefa040b2176b17ce409582e31c10c2bf | |
| parent | c9305c1e49077f57431520fdb63e8988e8c91038 (diff) | |
SL-10498 - made benefits debug output a bit less verbose
| -rw-r--r-- | indra/newview/llstartup.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index e6ad2373bf..be6e9e520a 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -3294,8 +3294,6 @@ void on_benefits_failed_callback(const LLSD& notification, const LLSD& response) bool init_benefits(LLSD& response) { - LL_DEBUGS("Benefits") << "login success response:" << response << LL_ENDL; - bool succ = true; std::string package_name = response["account_type"].asString(); |
