Parcourir la source

removed trace

frabbit il y a 11 ans
Parent
commit
b4c9f1a931
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      std/python/_std/Sys.hx

+ 1 - 1
std/python/_std/Sys.hx

@@ -73,7 +73,7 @@ class Sys {
 	}
 
 	public static function getChar( echo : Bool ) : Int {
-		trace(python.lib.Sys.platform);
+
 		var ch = switch (python.lib.Sys.platform) {
 			case x if (StringTools.startsWith(x, "linux") || x =="darwin"):
 				var fd = python.lib.Sys.stdin.fileno();