2003/10/29 00:53:08
authorxwt <xwt@xwt.org>
Fri, 30 Jan 2004 07:40:27 +0000 (07:40 +0000)
committerxwt <xwt@xwt.org>
Fri, 30 Jan 2004 07:40:27 +0000 (07:40 +0000)
darcs-hash:20040130074027-3ac31-8f41ce287915f044cc98d83f1b1b940dcc119d2f.gz

src/org/xwt/translators/Freetype.java

index 67a1688..411a409 100644 (file)
@@ -42,7 +42,6 @@ public class Freetype {
                 long start = System.currentTimeMillis();
                 
                 for(int g = firstGlyph; g <= lastGlyph; g++) {
-                    Log.log(Freetype.class, "rendering glyph " + g);
                     vm.execute();
                     
                     Glyph glyph = new Glyph();