From 69c6d6fc6305e7640c2a5523fecf258d0daebe4b Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 11 Oct 2017 13:41:30 -0400 Subject: remove code duplicated in merge --- indra/newview/lllogininstance.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/indra/newview/lllogininstance.cpp b/indra/newview/lllogininstance.cpp index fe7751473a..77eadef716 100644 --- a/indra/newview/lllogininstance.cpp +++ b/indra/newview/lllogininstance.cpp @@ -623,19 +623,6 @@ void LLLoginInstance::constructAuthParams(LLPointer user_credentia // log request_params _before_ adding the credentials LL_DEBUGS("LLLogin") << "Login parameters: " << LLSDOStreamer(request_params) << LL_ENDL; - // Copy the credentials into the request after logging the rest - LLSD credentials(user_credential->getLoginParams()); - for (LLSD::map_const_iterator it = credentials.beginMap(); - it != credentials.endMap(); - it++ - ) - { - request_params[it->first] = it->second; - } - - // log request_params _before_ adding the credentials - LL_DEBUGS("LLLogin") << "Login parameters: " << LLSDOStreamer(request_params) << LL_ENDL; - // Copy the credentials into the request after logging the rest LLSD credentials(user_credential->getLoginParams()); for (LLSD::map_const_iterator it = credentials.beginMap(); -- cgit v1.2.3