diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2009-12-21 18:28:49 +0200 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2009-12-21 18:28:49 +0200 |
commit | d7dbab7535aa886143e270459910717d953f17cd (patch) | |
tree | 048a46a86baf6787f560b6c7f4b902133756ab85 | |
parent | e2de2c2b71c3f6d10191343ec114e34f6ad236f9 (diff) |
removed diagnostic output
--HG--
branch : product-engine
-rw-r--r-- | indra/newview/llpanelpeoplemenus.cpp | 2 |
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(); |