From: Benjamin Auder Date: Wed, 6 May 2026 20:18:19 +0000 (+0200) Subject: Remove extra print X-Git-Url: https://git.auder.net/js/pieces/%7B%7B%20path('mixstore_static_about')%20%7D%7D?a=commitdiff_plain;h=d1f16494b50b9d7b4527730ab9def581dab99f52;p=xogo.git Remove extra print --- diff --git a/bundle.py b/bundle.py index b1d794e..8353cf9 100755 --- a/bundle.py +++ b/bundle.py @@ -64,7 +64,6 @@ def run_bundle(): # 2. Update references for root, dirs, files in os.walk(DEST_DIR): for file in files: - print(file) if os.path.splitext(file)[1] in EXTENSIONS_TO_UPDATE and not re.match(r'^app\.[^\.]+\.js$', file): file_path = os.path.join(root, file) with open(file_path, 'r', encoding='utf-8') as f: