diff options
Diffstat (limited to 'indra/newview')
-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 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); |