Php haxe output many lines info- how to remove it?

how to remove this lines?

#src/Main.hx:89: characters 30-64
#src/Main.hx:89: characters 30-64

#src/Main.hx:89: characters 30-64
$_g = new StringMap();
#src/Main.hx:89: characters 30-64
$_g->data[“sort”] = “asc”;
#src/Main.hx:89: characters 30-64
$_g->data[“name”] = “asc”;

Are those printed during compilation or at runtime?

What is line 89 of Main.hx?

These comments will disappear when you add -D real-position to your build options.

1 Like

its compilation output