changeset 499:9aac7cff8342

Revert accidental change to toobj.cpp.
author Christian Kamm <kamm incasoftware de>
date Tue, 12 Aug 2008 19:50:41 +0200
parents a3d6c9eedcb6
children 7148a3f2b44b
files gen/toobj.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/toobj.cpp	Tue Aug 12 19:48:42 2008 +0200
+++ b/gen/toobj.cpp	Tue Aug 12 19:50:41 2008 +0200
@@ -64,7 +64,7 @@
     Logger::cout() << "Generating module: " << (md ? md->toChars() : toChars()) << '\n';
     LOG_SCOPE;
 
-    printf("codegen: %s\n", srcfile->toChars());
+    //printf("codegen: %s\n", srcfile->toChars());
 
     // start by deleting the old object file
     deleteObjFile();