summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2016-04-22 15:14:30 -0700
committerRider Linden <rider@lindenlab.com>2016-04-22 15:14:30 -0700
commit1fa27575113a552ded77bf9f19989c77b677bb7f (patch)
tree341fec043ffe04835776726cb98c9d68584a7b20 /indra/newview/llvoicevivox.cpp
parentfd8b7a393446a0d3cde2b35dfb0c742f56210a5e (diff)
Debug code snuck in.
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rwxr-xr-xindra/newview/llvoicevivox.cpp2
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;