changeset 722:bd56056a581f

Commented that codegen: <modulename> printf ...
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Thu, 23 Oct 2008 19:42:55 +0200
parents 51797efb6975
children 55f6c2e454d7
files gen/toobj.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/toobj.cpp	Thu Oct 23 19:38:01 2008 +0200
+++ b/gen/toobj.cpp	Thu Oct 23 19:42:55 2008 +0200
@@ -75,7 +75,7 @@
     Logger::println("Generating module: %s\n", (md ? md->toChars() : toChars()));
     LOG_SCOPE;
 
-    printf("codegen: %s\n", srcfile->toChars());
+    //printf("codegen: %s\n", srcfile->toChars());
 
     // start by deleting the old object file
     deleteObjFile();