summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-13 16:18:53 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-13 16:18:53 +0000
commit7e59bf358d177789de6f4d5aecc3beb319714cd9 (patch)
tree72c549dc9ad46b318d944cf009207a392e14121c
parentd5917e5d4c1d0e54b47ddbff35a59478884a8399 (diff)
parentfa1e64ffaa73db8a86a47c9008e29b72e48e8176 (diff)
merge.
-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 bb2965b9ce..3397fc1e48 100644
--- a/indra/newview/llvoicechannel.cpp
+++ b/indra/newview/llvoicechannel.cpp
@@ -892,7 +892,6 @@ void LLVoiceChannelP2P::setState(EState state)
if (state == STATE_RINGING)
{
// *HACK: open outgoing call floater if needed, might be better done elsewhere.
- llinfos << "RINGINGGGGGGGG " << mSessionName << llendl;
if (!mSessionName.empty())
{
LLFloaterReg::showInstance("outgoing_call", mCallDialogPayload, TRUE);