mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-28 10:33:14 +01:00
Remove some overly verbose logging.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user