From 2efaf313ace922228cac81ec555256bb9e105aac Mon Sep 17 00:00:00 2001 From: Isotarge Date: Sat, 9 Oct 2021 02:23:00 +1030 Subject: [PATCH] Cleanup part 2 --- build/build.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/build.py b/build/build.py index 27df3a0..a97b3a5 100644 --- a/build/build.py +++ b/build/build.py @@ -93,11 +93,9 @@ if not ("do_not_delete" in x and x["do_not_delete"]): if not ("do_not_delete_output" in x and x["do_not_delete_output"]): if os.path.exists(x["output_file"]): - print(" - REMOVING " + x["output_file"]) os.remove(x["output_file"]) if not ("do_not_delete_source" in x and x["do_not_delete_source"]): if os.path.exists(x["source_file"]): - print(" - REMOVING " + x["source_file"]) os.remove(x["source_file"]) import generate_watch_file