summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-09 17:54:40 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-09 17:54:40 +0000
commit0777c177525c8ff2889e9cd5f06877de3c5f9f31 (patch)
treec146e455a000f5227515d7db98828b15f054590f
parent8b9c031f596280f79d06f688c2f654d7ec07a7d0 (diff)
remove debug spew.
-rw-r--r--indra/newview/llspeakbutton.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llspeakbutton.cpp b/indra/newview/llspeakbutton.cpp
index b2c0fcdaf2..d441762fa6 100644
--- a/indra/newview/llspeakbutton.cpp
+++ b/indra/newview/llspeakbutton.cpp
@@ -67,7 +67,6 @@ void LLSpeakButton::draw()
// gVoiceClient is the authoritative global source of info regarding our open-mic state, we merely reflect that state.
bool openmic = gVoiceClient->getUserPTTState();
mSpeakBtn->setToggleState(openmic);
- llinfos << "mic state " << int(openmic) << llendl;
LLUICtrl::draw();
}