diff --git a/indra/newview/llagentwearablesfetch.cpp b/indra/newview/llagentwearablesfetch.cpp
index 917f6b390866ff6cd428c6b4ea4105602ba69905..f916187e933907257c1d08c535fd7ce603b42695 100644
--- a/indra/newview/llagentwearablesfetch.cpp
+++ b/indra/newview/llagentwearablesfetch.cpp
@@ -181,7 +181,7 @@ class LLFetchAndLinkObserver: public LLInventoryFetchItemsObserver
 	virtual void done()
 	{
 		gInventory.removeObserver(this);
-/*
+
 //		// Link to all fetched items in COF.
 //		LLPointer<LLInventoryCallback> link_waiter = new LLUpdateAppearanceOnDestroy;
 //		for (uuid_vec_t::iterator it = mIDs.begin();