diff --git a/indra/llui/llview.cpp b/indra/llui/llview.cpp
index 9a42fc637b3a9d8018dd27b42eac15180bf56cbb..262d9335c0fe35ea6b3709b752cbb25bc7fd42b0 100755
--- a/indra/llui/llview.cpp
+++ b/indra/llui/llview.cpp
@@ -995,7 +995,6 @@ BOOL LLView::handleUnicodeChar(llwchar uni_char, BOOL called_from_parent)
 
 BOOL LLView::handleUnicodeCharHere(llwchar uni_char )
 {
-	llwarns << "LLView::handleUnicodeCharHere - about to return false - key is not being handled - a class somewhere should implement this method" << llendl;
 	return FALSE;
 }