浏览代码

removed a trace from testing

mockey 11 年之前
父节点
当前提交
1cbf58cb8c
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      std/js/Boot.hx

+ 0 - 1
std/js/Boot.hx

@@ -217,7 +217,6 @@ class Boot {
 	// get native JS [[Class]]
 	static function __nativeClassName(o:Dynamic):String {
 		var name = untyped __toStr.call(o).slice(8, -1);
-		trace(name);
 		// exclude general Object and Function
 		// also exclude Math and JSON, because instanceof cannot be called on them
 		if (name == "Object" || name == "Function" || name == "Math" || name == "JSON")