浏览代码

run away (closes #1871)

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

+ 1 - 1
std/haxe/Timer.hx

@@ -95,7 +95,7 @@ class Timer {
 		Timer is stopped through a call to `this.stop`.
 	**/
 	public dynamic function run() {
-		trace("run");
+
 	}
 
 	/**