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/llvoicechannel.cpp | |
parent | 1006e2fd259d5f8136ca933eba8d57c8a980bf31 (diff) |
CHUI-422 : Clean up of leftover traces and tests
Diffstat (limited to 'indra/newview/llvoicechannel.cpp')
-rw-r--r-- | indra/newview/llvoicechannel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llvoicechannel.cpp b/indra/newview/llvoicechannel.cpp index 62a43333dd..38f9bbc67f 100644 --- a/indra/newview/llvoicechannel.cpp +++ b/indra/newview/llvoicechannel.cpp @@ -540,7 +540,6 @@ void LLVoiceChannelGroup::getChannelInfo() LLSD data; data["method"] = "call"; data["session-id"] = mSessionID; - llinfos << "Merov debug : viewer-> sim : LLVoiceChannelGroup::getChannelInfo, session id = " << mSessionID << ", data = " << LLSDOStreamer<LLSDNotationFormatter>(data) << llendl; LLHTTPClient::post(url, data, new LLVoiceCallCapResponder(mSessionID)); |