changeset 214:29abb9b0d092

remove output for not found symbols
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Apr 2008 22:21:49 +0200
parents 37c3b9aefbb8
children 8e159d7052e0
files dwt/internal/c/gtk.d
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/internal/c/gtk.d	Sun Apr 06 22:21:28 2008 +0200
+++ b/dwt/internal/c/gtk.d	Sun Apr 06 22:21:49 2008 +0200
@@ -48,7 +48,7 @@
                 }
                 catch(Exception e){}
                 if( *s.symbol is null ){
-                    Trace.formatln( "{}: Symbol '{}' not found", libname, s.name );
+                    //Trace.formatln( "{}: Symbol '{}' not found", libname, s.name );
                 }
                 else{
                     loaded++;
@@ -58,7 +58,6 @@
             Trace.formatln( "Could not load the library {}", libname );
         }
         assert( gtk_check_version !is null );
-
     }
 }