Commented that codegen: <modulename> printf ...

This commit is contained in:
Tomas Lindquist Olsen
2008-10-23 19:42:55 +02:00
parent 4b82b7a729
commit 5ed0ab3ab8

View File

@@ -75,7 +75,7 @@ void Module::genobjfile(int multiobj, char** envp)
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();