summaryrefslogtreecommitdiff
path: root/indra/newview/llchathistory.cpp
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2009-11-24 13:22:56 +0200
committerMike Antipov <mantipov@productengine.com>2009-11-24 13:22:56 +0200
commit96199e2d90eb5c8c5da04ab40b3c41ca3fd5eddc (patch)
tree5af54cab35a31aa68f3a62f1ffdea265e09f9337 /indra/newview/llchathistory.cpp
parent67ef3059b5a0084c6e501ae088cedf79d97f4277 (diff)
Remove unnecessary log message
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llchathistory.cpp')
-rw-r--r--indra/newview/llchathistory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.cpp b/indra/newview/llchathistory.cpp
index dbb8e0fef4..533940943e 100644
--- a/indra/newview/llchathistory.cpp
+++ b/indra/newview/llchathistory.cpp
@@ -282,7 +282,6 @@ private:
LLRect rect_after = time_box->getRect();
// move rect to the left to correct position...
- llinfos << "WWW: " << rect_before << rect_after << llendl;
S32 delta_pos_x = rect_before.getWidth() - rect_after.getWidth();
S32 delta_pos_y = rect_before.getHeight() - rect_after.getHeight();
time_box->translate(delta_pos_x, delta_pos_y);