diff options
author | Merov Linden <merov@lindenlab.com> | 2014-04-03 15:17:31 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-04-03 15:17:31 -0700 |
commit | 39659f3c034c5cb335e185d1411e808d272f8065 (patch) | |
tree | 741a3da4a9bcd61b7ec3942bb1a916a4109e1a6b /indra/newview/llinventorymodel.cpp | |
parent | a98346b0c3b90e75858f6ef98985c1246ad30418 (diff) |
DD-20 : Handle edge cases a bit more cleanly
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rwxr-xr-x | indra/newview/llinventorymodel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 269542d383..96a2db5afb 100755 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -1058,7 +1058,6 @@ void LLInventoryModel::updateCategory(const LLViewerInventoryCategory* cat) { mask |= LLInventoryObserver::LABEL; } - llinfos << "Merov : updateCategory : " << cat->getName() << llendl; old_cat->copyViewerCategory(cat); addChangedMask(mask, cat->getUUID()); } |