# HG changeset patch # User Tomas Lindquist Olsen # Date 1224783775 -7200 # Node ID bd56056a581f927a21e6796d49dc509ca4131b67 # Parent 51797efb6975c371d59859614bc3817e8cea721b Commented that codegen: printf ... diff -r 51797efb6975 -r bd56056a581f gen/toobj.cpp --- 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();