Remove some overly verbose logging.

This commit is contained in:
Frits van Bommel
2009-05-19 20:46:33 +02:00
parent 16a2512808
commit 3164ceba17

View File

@@ -687,8 +687,11 @@ void X86_64TargetABI::rewriteFunctionType(TypeFunction* tf) {
if (ty->ty == Tstruct)
fixup_D(arg);
#if 0
// These can get pretty large...
if (Logger::enabled())
Logger::cout() << "New arg type: " << *arg.ltype << '\n';
#endif
}
} else {