diff options
| author | Merov Linden <merov@lindenlab.com> | 2014-05-31 19:19:20 -0700 |
|---|---|---|
| committer | Merov Linden <merov@lindenlab.com> | 2014-05-31 19:19:20 -0700 |
| commit | fd426bafb6616491b8929ee357a5b2d40e123607 (patch) | |
| tree | 90e00d74ed2adc403bf4ae8d5cc8b58edc18b867 /indra/newview/llfolderviewmodelinventory.cpp | |
| parent | c77ef359c35bd1467a1d024486767ac560bc1e6a (diff) | |
DD-92 : Clear llinfos compilation warning and similar
Diffstat (limited to 'indra/newview/llfolderviewmodelinventory.cpp')
| -rwxr-xr-x | indra/newview/llfolderviewmodelinventory.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llfolderviewmodelinventory.cpp b/indra/newview/llfolderviewmodelinventory.cpp index f911b12b55..263e6655f6 100755 --- a/indra/newview/llfolderviewmodelinventory.cpp +++ b/indra/newview/llfolderviewmodelinventory.cpp @@ -306,10 +306,6 @@ bool LLInventorySort::operator()(const LLFolderViewModelItemInventory* const& a, { S32 weight_a = compute_stock_count(a->getUUID()); S32 weight_b = compute_stock_count(b->getUUID()); - if ((weight_a != -1) || (weight_b != -1)) - { - llinfos << "Merov : sort by weight, a = " << a->getName() << ", " << weight_a << ", b = " << b->getName() << ", " << weight_b << llendl; - } if (weight_a == weight_b) { // Equal weight -> use alphabetical order |
