From 43214debf5d01baaf9fbdf71c8393d4a0b2dd06c Mon Sep 17 00:00:00 2001 From: chylex Date: Tue, 25 Oct 2016 19:53:00 +0200 Subject: [PATCH] Remove the pause at the end of build script --- build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.py b/build.py index b813949..064c537 100644 --- a/build.py +++ b/build.py @@ -67,5 +67,3 @@ print("Building tracker...") build_tracker() print("Building renderer...") build_renderer() - -input("Press Enter to exit...") \ No newline at end of file