diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-17 17:45:29 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-17 17:45:29 -0700 |
commit | 1cd3c8408fb485792cf20a73156b0fd43f0d90cc (patch) | |
tree | 5086d0d57375da8af1999101c1dad7dcb57bcef3 /indra/newview/llimfloater.cpp | |
parent | 1006e2fd259d5f8136ca933eba8d57c8a980bf31 (diff) |
CHUI-422 : Clean up of leftover traces and tests
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 47e091a57c..467f48600a 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -59,7 +59,6 @@ #include "llviewerchat.h" #include "llnotificationmanager.h" #include "llautoreplace.h" -#include "llsdserialize.h" floater_showed_signal_t LLIMFloater::sIMFloaterShowedSignal; @@ -1209,12 +1208,11 @@ BOOL LLIMFloater::inviteToSession(const uuid_vec_t& ids) } data["method"] = "invite"; data["session-id"] = mSessionID; - llinfos << "Merov debug : viewer->sim : LLIMFloater::inviteToSession, session id = " << mSessionID << ", data = " << LLSDOStreamer<LLSDNotationFormatter>(data) << llendl; LLHTTPClient::post(url, data,new LLSessionInviteResponder(mSessionID)); } else { - llinfos << "Merov debug : LLIMFloater::inviteToSession -" + llinfos << "LLIMFloater::inviteToSession -" << " no need to invite agents for " << mDialog << llendl; // successful add, because everyone that needed to get added |