Get rid of trace prefix when printing
This commit is contained in:
@@ -84,7 +84,11 @@ class Prelude {
|
||||
}
|
||||
|
||||
public static function print(v:Any) {
|
||||
#if (sys || hxnodejs)
|
||||
Sys.println(v);
|
||||
#else
|
||||
trace(v);
|
||||
#end
|
||||
return v;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user