Skip to content
Snippets Groups Projects
Commit 7614589a authored by Oz Linden's avatar Oz Linden
Browse files

MAINT-3074: Remove warning log that kills FPS

parent a4e74449
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment