summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorPaul Guslisty <pguslisty@productengine.com>2009-12-21 18:28:49 +0200
committerPaul Guslisty <pguslisty@productengine.com>2009-12-21 18:28:49 +0200
commitd7dbab7535aa886143e270459910717d953f17cd (patch)
tree048a46a86baf6787f560b6c7f4b902133756ab85 /indra
parente2de2c2b71c3f6d10191343ec114e34f6ad236f9 (diff)
removed diagnostic output
--HG-- branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpanelpeoplemenus.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llpanelpeoplemenus.cpp b/indra/newview/llpanelpeoplemenus.cpp
index 0314642d9e..c1c10e6022 100644
--- a/indra/newview/llpanelpeoplemenus.cpp
+++ b/indra/newview/llpanelpeoplemenus.cpp
@@ -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();