From e221eb285f2e5d61a8963e31f75d7e45e5074cef Mon Sep 17 00:00:00 2001 From: andreili Date: Sun, 7 Sep 2025 13:09:39 +0200 Subject: [PATCH] Remove debug. --- scripts/target.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/target.py b/scripts/target.py index fcdc849..446767b 100644 --- a/scripts/target.py +++ b/scripts/target.py @@ -99,8 +99,7 @@ class Target: opts_tmp.append(target) self.sources.compile(opts_tmp, self.config_name) if (sub_target != "config"): - print(f"Copy '{self.artifacts}' to '{out_dir}'") - #self.sources.copy_artifacts(self.artifacts, out_dir) + self.sources.copy_artifacts(self.artifacts, out_dir) def install_files(self, dir, tmp_dir, part_name, on_file, on_dd): Logger.install(f"'{self.name}': Install artifacts")