Remove the pause at the end of build script

This commit is contained in:
chylex 2016-10-25 19:53:00 +02:00
parent 5ec0747fd1
commit 43214debf5

View File

@ -67,5 +67,3 @@ print("Building tracker...")
build_tracker()
print("Building renderer...")
build_renderer()
input("Press Enter to exit...")