From b96e225ef8362f288e59d53d5d9ec59b4279e98b Mon Sep 17 00:00:00 2001 From: Hazim Gazov Date: Mon, 28 Jun 2010 00:01:48 +0000 Subject: [PATCH] and we don't need this anymore either --- indra/newview/dofloaterhex.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/dofloaterhex.cpp b/indra/newview/dofloaterhex.cpp index db10881ed..04f297879 100644 --- a/indra/newview/dofloaterhex.cpp +++ b/indra/newview/dofloaterhex.cpp @@ -46,7 +46,6 @@ DOFloaterHex::DOFloaterHex(LLUUID item_id, BOOL vfs, LLAssetType::EType asset_ty mAssetId = mItem->getAssetUUID(); mAssetType = mItem->getType(); } - //llinfos << "Asset ID: " << item_id.asString() << llendl; LLUICtrlFactory::getInstance()->buildFloater(this, "floater_hex.xml"); }