diff --git a/indra/llui/llscrolllistctrl.cpp b/indra/llui/llscrolllistctrl.cpp
index 146052538a6c69978745c64daa1d878ab252e2e2..94d5d7ae75a01f67d91191f6ce049fc211acb26f 100644
--- a/indra/llui/llscrolllistctrl.cpp
+++ b/indra/llui/llscrolllistctrl.cpp
@@ -966,7 +966,6 @@ void LLScrollListCtrl::highlightNthItem(S32 target_index)
 	if (mHighlightedItem != target_index)
 	{
 		mHighlightedItem = target_index;
-		llinfos << "Highlighting item " << target_index << llendl;
 	}
 }
 
@@ -2089,7 +2088,7 @@ void LLScrollListCtrl::deselectItem(LLScrollListItem* itemp)
 
 void LLScrollListCtrl::commitIfChanged()
 {
-	if (mSelectionChanged && !hasMouseCapture())
+	if (mSelectionChanged)
 	{
 		mSelectionChanged = FALSE;
 		onCommit();