Explorar o código

run away (closes #1871)

Simon Krajewski %!s(int64=12) %!d(string=hai) anos
pai
achega
4348e7f23b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");
+
 	}
 
 	/**