summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-05-15 16:49:13 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-05-15 16:49:13 -0700
commit91acda05d57c360924a46696a44a5b7841b84543 (patch)
tree47692c69b23f8508b6d93fdfe416da0873bf8368 /indra/newview/llviewermessage.cpp
parentcca85dea6755a90f9f6b4c3174743bb0abc4f73e (diff)
EXP-1928: Removing some commented asserts following more development testing.
Diffstat (limited to 'indra/newview/llviewermessage.cpp')
-rwxr-xr-xindra/newview/llviewermessage.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index 3712e56f7c..56522bc819 100755
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -5389,12 +5389,11 @@ void handle_maturity_preference_change(const LLSD &pResponse, int pMaturityRatin
{
if (pResponse.isUndefined())
{
- // XXX stinson 05/11/2012 llinfos << "Maturity response ==> <null>" << llendl;
+ // XXX stinson 05/15/2012 : should report some notification that the preference has not changed
gAgent.clearFailedTeleportRequest();
}
else
{
- // XXX stinson 05/11/2012 linfos << "Maturity response ==> '" << pResponse << "'" << llendl;
gAgent.setMaturityRatingChangeDuringTeleport(pMaturityRatingChange);
gAgent.restartFailedTeleportRequest();
}