changeset 123:f575eec94970

remove debug printf
author Frank Benoit <benoit@tionex.de>
date Mon, 11 Feb 2008 23:42:08 +0100
parents 968367469b3e
children 1da8c82b1c84
files dwt/internal/gdip/Gdip.d
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/internal/gdip/Gdip.d	Mon Feb 11 23:27:06 2008 +0100
+++ b/dwt/internal/gdip/Gdip.d	Mon Feb 11 23:42:08 2008 +0100
@@ -24,7 +24,7 @@
 
 import tango.util.log.Trace;
 void trace(int line ){
-    Trace.formatln( "Gdip {}", line );
+    //Trace.formatln( "Gdip {}", line );
 }
 
 alias dwt.internal.gdip.native.GdiplusStartupInput  GdiplusStartupInput;
@@ -39,10 +39,8 @@
 public class Gdip : Platform
 {
     static this(){
-trace(__LINE__);
         if (!OS.IsWinCE && OS.WIN32_VERSION >= OS.VERSION (5, 1)) {
             loadLib_Gdip();
-trace(__LINE__);
         }
     }
 	/**************************************************************************