Remove debug print. - tv-lawn - Bitreich TV Lawn
(HTM) git clone git://bitreich.org/tv-lawn git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/tv-lawn
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 03b889751ac37cff00a5d57b55a540215ec1dcd7
(DIR) parent 45d5441653f58d72a5035e7ca2e46dc21a4bf4de
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Fri, 26 Dec 2025 18:25:29 +0100
Remove debug print.
Diffstat:
M gen-static-tv-lawn.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/gen-static-tv-lawn.py b/gen-static-tv-lawn.py
@@ -135,7 +135,6 @@ def main(args):
direntries = c[direntry]
else:
direntries = [c[direntry]]
- print(direntries)
for d in direntries:
filename = "%s/%s.gph" % (direntry, clean_filename(d))
if not os.path.exists(filename):