From cfe52362639e3df29aaa8f4c54a6865766dba4f9 Mon Sep 17 00:00:00 2001 From: Melanie Date: Sun, 21 Apr 2013 05:55:15 +0200 Subject: [PATCH] Remove info spam for empty event queue response - those can happen on opensim and we don't really need to know. --- indra/newview/lleventpoll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lleventpoll.cpp b/indra/newview/lleventpoll.cpp index 3efc942da..75d3c4eda 100644 --- a/indra/newview/lleventpoll.cpp +++ b/indra/newview/lleventpoll.cpp @@ -237,7 +237,7 @@ namespace if (!content.get("events") || !content.get("id")) { - llwarns << "received event poll with no events or id key" << llendl; + //llwarns << "received event poll with no events or id key" << llendl; makeRequest(); return; }