Skip to content
Snippets Groups Projects
Commit 2f4744ae authored by Loren Shih's avatar Loren Shih
Browse files

Removed false positive "notification triggered for item..." warning.

parent 9a30cde2
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment