changeset 186:1fa3c8d88486

remove old debug code
author Frank Benoit <benoit@tionex.de>
date Sun, 02 Mar 2008 22:02:57 +0100
parents 3d30462f3e30
children cd8dc3f19679
files dwt/dwthelper/utils.d
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/dwthelper/utils.d	Sun Mar 02 19:17:39 2008 +0100
+++ b/dwt/dwthelper/utils.d	Sun Mar 02 22:02:57 2008 +0100
@@ -124,7 +124,6 @@
     scope dchar[] buf = new dchar[]( str.length );
     uint ate;
     dchar[] res = tango.text.convert.Utf.toString32( str, buf, &ate );
-    Trace.formatln( "dwthelper.utils codepointCount {}: res.length={}", __LINE__, res.length );
     assert( ate is str.length );
     return res.length;
 }