diff options
author | James Cook <james@lindenlab.com> | 2009-10-04 00:20:37 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-04 00:20:37 +0000 |
commit | cf395cc190951230a3d67ed90273bc3c0b87c06c (patch) | |
tree | 31fca6b715ce6734261a95c01be1f0a6745685a9 /indra/newview/llinspectavatar.cpp | |
parent | ada0f4fa221f2c7070fb02a2b7ff903bdde11c45 (diff) |
Removed a couple debug statements we no longer need.
Diffstat (limited to 'indra/newview/llinspectavatar.cpp')
-rw-r--r-- | indra/newview/llinspectavatar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinspectavatar.cpp b/indra/newview/llinspectavatar.cpp index a08d9e1163..9b75c15597 100644 --- a/indra/newview/llinspectavatar.cpp +++ b/indra/newview/llinspectavatar.cpp @@ -205,7 +205,6 @@ LLInspectAvatar::~LLInspectAvatar() { // clean up any pending requests so they don't call back into a deleted // view - llinfos << "JAMESDEBUG cleanup inspect avatar" << llendl; delete mPropertiesRequest; mPropertiesRequest = NULL; } |