diff options
author | Rider Linden <rider@lindenlab.com> | 2016-04-22 15:14:30 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-04-22 15:14:30 -0700 |
commit | 1fa27575113a552ded77bf9f19989c77b677bb7f (patch) | |
tree | 341fec043ffe04835776726cb98c9d68584a7b20 /indra | |
parent | fd8b7a393446a0d3cde2b35dfb0c742f56210a5e (diff) |
Debug code snuck in.
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llvoicevivox.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 043ddc904b..4316db115e 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -1240,8 +1240,6 @@ bool LLVivoxVoiceClient::addAndJoinSession(const sessionStatePtr_t &nextSession) } std::string message = result["session"].asString(); -// if (message == "joined") -// message = "removed"; if ((message == "added") || (message == "created")) added = true; |