From fa598c61ea7e9d91a0d6918aace4e8b4f2d43423 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 28 Jan 2026 15:39:21 +0000 Subject: [PATCH] drop print line --- parsers/people.py | 1 - 1 file changed, 1 deletion(-) diff --git a/parsers/people.py b/parsers/people.py index fc739fe..d7a10e1 100644 --- a/parsers/people.py +++ b/parsers/people.py @@ -241,7 +241,6 @@ def load_people_expos(): def check_new_signups(expedition): signups_clear = read_signups() - print(signups_clear) if 'SIGNEDUP' in signups_clear: return for slug in signups_clear: