Skip to content
Snippets Groups Projects
Commit d7dbab75 authored by Paul Guslisty's avatar Paul Guslisty
Browse files

removed diagnostic output

--HG--
branch : product-engine
parent e2de2c2b
No related branches found
No related tags found
No related merge requests found
......@@ -184,8 +184,6 @@ bool NearbyMenu::enableContextMenuItem(const LLSD& userdata)
else if (item == std::string("can_call"))
{
bool result = false;
int size = mUUIDs.size();
std::cout << size << std::endl;
std::vector<LLUUID>::const_iterator
id = mUUIDs.begin(),
uuids_end = mUUIDs.end();
......
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