gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11808: Remove left-over debug loggi


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11808: Remove left-over debug logging.
Date: Tue, 26 Jan 2010 10:47:12 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11808 [merge]
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Tue 2010-01-26 10:47:12 +0100
message:
  Remove left-over debug logging.
modified:
  libcore/TextField.cpp
=== modified file 'libcore/TextField.cpp'
--- a/libcore/TextField.cpp     2010-01-25 18:52:20 +0000
+++ b/libcore/TextField.cpp     2010-01-26 09:44:47 +0000
@@ -1273,11 +1273,9 @@
         else if (_autoSize == AUTOSIZE_CENTER) {
             // Autosize center expands from the previous center.
             SWFMatrix m;
-            log_debug("_bounds.width() before: %s", _bounds.width());
             m.tx = oldBounds.get_x_min() + oldBounds.width() / 2.0 - 
                 _bounds.width() / 2.0;
             m.transform(_bounds);
-            log_debug("_bounds.width() after: %s", _bounds.width());
         }
     }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]