diff options
author | prep@lindenlab.com <prep@lindenlab.com> | 2013-06-07 17:25:43 -0500 |
---|---|---|
committer | prep@lindenlab.com <prep@lindenlab.com> | 2013-06-07 17:25:43 -0500 |
commit | b3d3eee3b8af2c24822cceb99086635841469974 (patch) | |
tree | 6b643e6225bc3ffc552fd665649105c1c9d44500 | |
parent | d93ec94751e1c8c9a190b327720f432f9d9928c1 (diff) |
Removed some debug tracking
-rwxr-xr-x | indra/llui/llfloater.cpp | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 93eca8b62e..f8b01e106b 100755 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -716,22 +716,17 @@ void LLFloater::closeFloater(bool app_quitting) if (!app_quitting) { if ( mVerifyUponClose && !mForceCloseAfterVerify ) - { - - llinfos<<"prep#dogshit1"<<llendl; + { onClose( app_quitting ); if ( mForceCloseAfterVerify ) - { - - llinfos<<"prep#dogshit1b"<<llendl; + { return; } } } if (app_quitting) - { - llinfos<<"prep#dogshit2"<<llendl; + { LLFloater::sQuitting = true; } |