From afa8ff4f664ffc5a8c927c7718e9ed697fc7b9d5 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sat, 20 Jul 2024 16:35:57 +0200 Subject: [PATCH] debug commented out --- parsers/logbooks.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parsers/logbooks.py b/parsers/logbooks.py index 4bde3cc..45cc00d 100644 --- a/parsers/logbooks.py +++ b/parsers/logbooks.py @@ -246,10 +246,10 @@ def tidy_trip_image_urls(text, date): text = text.replace("\t", "") text = text.replace("\n\n\n", "\n\n") - lines = text.splitlines() - for line in lines: - if "expofiles" in line: - print(f"tidy_trip_image_urls() - {y}\n {line}") + # lines = text.splitlines() + # for line in lines: + # if "expofiles" in line: + # print(f"tidy_trip_image_urls() - {y}\n {line}") return text def tidy_tid(tid, title):