diff --git a/indra/newview/llpanelpermissions.cpp b/indra/newview/llpanelpermissions.cpp index 019bf507f..d01185294 100644 --- a/indra/newview/llpanelpermissions.cpp +++ b/indra/newview/llpanelpermissions.cpp @@ -181,7 +181,6 @@ LLPanelPermissions::~LLPanelPermissions() // virtual void LLPanelPermissions::handleVisibilityChange(BOOL new_visibility) { - llwarns << "Hey, does this warning show whenever you switch to this tab?" << llendl; // Find out if the addition of this function is actually worthwhile. if (new_visibility) refresh(); LLPanel::handleVisibilityChange(new_visibility);