summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicechannel.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-17 17:45:29 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-17 17:45:29 -0700
commit1cd3c8408fb485792cf20a73156b0fd43f0d90cc (patch)
tree5086d0d57375da8af1999101c1dad7dcb57bcef3 /indra/newview/llvoicechannel.cpp
parent1006e2fd259d5f8136ca933eba8d57c8a980bf31 (diff)
CHUI-422 : Clean up of leftover traces and tests
Diffstat (limited to 'indra/newview/llvoicechannel.cpp')
-rw-r--r--indra/newview/llvoicechannel.cpp1
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));