summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicechannel.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-13 15:50:05 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-13 15:50:05 +0000
commitfa1e64ffaa73db8a86a47c9008e29b72e48e8176 (patch)
tree5053bca1db76499bb4c5de219ce21a21d2ea8751 /indra/newview/llvoicechannel.cpp
parente60ba28953090d264f0be08b83798ca4eda1d9eb (diff)
remove debug llinfos
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 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);