diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp
index b756d3d87f403e077cc610f2ff099890344f9a98..539951b93981f125dd19e68e08843eaa5eba7135 100644
--- a/indra/newview/llviewermessage.cpp
+++ b/indra/newview/llviewermessage.cpp
@@ -1532,7 +1532,7 @@ void open_inventory_offer(const uuid_vec_t& objects, const std::string& from_nam
 						LLFloaterReg::showInstance("preview_sound", LLSD(obj_id), take_focus);
 						break;
                     case LLAssetType::AT_MATERIAL:
-                        LLFloaterReg::showInstance("material_editor", LLSD(obj_id), take_focus);
+                        // Explicitly do nothing -- we don't want to open the material editor every time you add a material to inventory
                         break;
 					default:
 						LL_DEBUGS("Messaging") << "No preview method for previewable asset type : " << LLAssetType::lookupHumanReadable(asset_type)  << LL_ENDL;