From 2f4744ae0f88ec4d6162ac7e09d660d0d71196b9 Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Tue, 17 Nov 2009 19:37:56 -0500 Subject: Removed false positive "notification triggered for item..." warning. --- indra/newview/llinventorypanel.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index 3a8b8bdf9e..1d09815525 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -348,14 +348,6 @@ void LLInventoryPanel::modelChanged(U32 mask) view_item->destroyView(); } } - else - { - // Hmm, we got an ADD/REMOVE/STRUCTURE notification for this item but there's nothing to be done to it. - llwarns << "Notification triggered for item that isn't changing. " - << "Operation: ( mask: " << mask << " panel name: " << mStartFolderString << " ) " - << "Item: [ Name:" << model_item->getName() << " UUID: " << *id_it << " ]" << llendl; - - } } // This item has been removed from memory, but its associated UI element still exists. -- cgit v1.2.3