Simon Krajewski 12 年之前
父节点
当前提交
34a4ab4f46
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      std/haxe/macro/Compiler.hx

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

@@ -37,7 +37,6 @@ class Compiler {
 	static var path = ~/^[A-Za-z_][A-Za-z0-9_.]*$/;
 
 	public static function allowPackage( v : String ) {
-		trace(haxe.macro.Context.getLocalClass());
 		untyped load("allow_package", 1)(v.__s);
 	}