Remove the spammy leftover debug message. Thought I'd done that already...

This commit is contained in:
Melanie
2013-04-16 14:07:34 +02:00
parent a2f7bee568
commit 0909bf1133

View File

@@ -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);