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; }