Remove info spam for empty event queue response - those can happen on opensim and we don't really need to know.

This commit is contained in:
Melanie
2013-04-21 05:55:15 +02:00
parent fa5dba63dc
commit cfe5236263

View File

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