Browse Source

removed a trace from testing

mockey 11 năm trước cách đây
mục cha
commit
1cbf58cb8c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      std/js/Boot.hx

+ 0 - 1
std/js/Boot.hx

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