diff options
author | Bjoseph Wombat <bjoseph@vivox.com> | 2015-05-12 21:05:09 +0100 |
---|---|---|
committer | Bjoseph Wombat <bjoseph@vivox.com> | 2015-05-12 21:05:09 +0100 |
commit | c4e26ac04dd8fc5cc48266c4a07ec2bd25af00b1 (patch) | |
tree | 620e22f9b97635396a0efdd2fcddd09e5be90652 | |
parent | 376618e4bc51e838b5a50990f78b46c2fecb99b2 (diff) |
Deleted some obsolete comments
-rwxr-xr-x | indra/newview/llvoicevivox.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 5d1e5327ad..fc96b9e21d 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -3075,11 +3075,7 @@ void LLVivoxVoiceClient::reapSession(sessionState *session) { if(session) { - /*if(!session->mHandle.empty()) - { - LL_DEBUGS("Voice") << "NOT deleting session " << session->mSIPURI << " (non-null session handle)" << LL_ENDL; - } - else*/ + if(session->mCreateInProgress) { LL_DEBUGS("Voice") << "NOT deleting session " << session->mSIPURI << " (create in progress)" << LL_ENDL; @@ -3098,7 +3094,6 @@ void LLVivoxVoiceClient::reapSession(sessionState *session) } else { - // TODO: Question: Should we check for queued text messages here? // We don't have a reason to keep tracking this session, so just delete it. LL_DEBUGS("Voice") << "deleting session " << session->mSIPURI << LL_ENDL; deleteSession(session); |