Revert accidental change to toobj.cpp.

This commit is contained in:
Christian Kamm
2008-08-12 19:50:41 +02:00
parent 57cd1b4445
commit 878faff7fb

View File

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