Remove debug printing text

This commit is contained in:
gingerBill
2019-01-05 11:30:13 +00:00
parent 37edbfeb74
commit aac643f476
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ del *.ilk > NUL 2> NUL
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
&& odin run examples/demo/demo.odin -debug -keep-temp-files
&& odin run examples/demo/demo.odin
del *.obj > NUL 2> NUL