From fb90ee185dcdadace132c3a97a7d3fc58c9a9830 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 2 Aug 2021 21:34:34 -0600 Subject: [PATCH] [nat] wikipedia image scraper --- src/kiss/CompilerTools.hx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kiss/CompilerTools.hx b/src/kiss/CompilerTools.hx index f4d4f07..2ad6f5a 100644 --- a/src/kiss/CompilerTools.hx +++ b/src/kiss/CompilerTools.hx @@ -141,7 +141,6 @@ class CompilerTools { command = "python"; scriptExt = "py"; if (args.langProjectFile != null) { - trace(args.langProjectFile); // Make a virtual environment // NOTE this is placed outside the output folder, so it will get reused. // In some cases this might be bad if the virtual environment gets bad