mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-03 05:23:14 +01:00
Removed some excessive llvm type logging
This commit is contained in:
@@ -340,7 +340,7 @@ void DtoResolveClass(ClassDeclaration* cd)
|
||||
#endif
|
||||
|
||||
// log
|
||||
Logger::cout() << "final class type: " << *ts->ir.type->get() << '\n';
|
||||
//Logger::cout() << "final class type: " << *ts->ir.type->get() << '\n';
|
||||
|
||||
// pop state
|
||||
gIR->classes.pop_back();
|
||||
|
||||
Reference in New Issue
Block a user