Parcourir la source

run away (closes #1871)

Simon Krajewski il y a 12 ans
Parent
commit
4348e7f23b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");
+
 	}
 
 	/**