2
0
Franco Ponticelli 14 жил өмнө
parent
commit
f3493d73d5

+ 0 - 2
std/haxe/macro/Compiler.hx

@@ -207,11 +207,9 @@ class Compiler {
 							var types = Context.getModule(module);
 							for (type in types)
 							{
-								trace(type);
 								switch(type)
 								{
 									case TInst(cls, _):
-										trace(cls.toString());
 										addMetadata("@:keep", cls.toString());
 									default:
 										//