No haxe times param

This commit is contained in:
tong 2021-09-13 22:39:23 +02:00
parent e3a55db813
commit 3920c475be

View file

@ -270,9 +270,6 @@ project.addSources('Sources');
if not is_publish and state.target == 'html5':
khafile.write("project.addParameter('--debug');\n")
if wrd.arm_verbose_output:
khafile.write("project.addParameter('--times');\n")
if export_ui:
if not os.path.exists('Libraries/zui'):
khafile.write(add_armory_library(sdk_path, 'lib/zui', rel_path=do_relpath_sdk))