소스 검색

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")