From 8225622fd40a14afdb041f6231811d4b00cf357d Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sat, 7 May 2011 18:27:37 -0700 Subject: Committing some more useful debugging lines --- linden/indra/newview/llinventorymodel.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'linden') diff --git a/linden/indra/newview/llinventorymodel.cpp b/linden/indra/newview/llinventorymodel.cpp index 75c5162..58a2bdc 100644 --- a/linden/indra/newview/llinventorymodel.cpp +++ b/linden/indra/newview/llinventorymodel.cpp @@ -2688,14 +2688,14 @@ bool LLInventoryModel::loadFromFile(const std::string& filename, // *FIX: Need a better solution, this prevents the // application from freezing, but breaks inventory // caching. - if(inv_item->getUUID().isNull()) - { - //delete inv_item; // automatic when inv_cat is reassigned or destroyed - llwarns << "Ignoring inventory with null item id: " - << inv_item->getName() << llendl; - - } - else + //if(inv_item->getUUID().isNull())MCCABE + //{ + // //delete inv_item; // automatic when inv_cat is reassigned or destroyed + // llwarns << "Ignoring inventory with null item id: " + // << inv_item->getName() << llendl; + // + //} + //else { items.put(inv_item); item_count_total++; -- cgit v1.1