From 8dea7e304f904cafd7a9a4d88746617ecc03cba2 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 9 Feb 2026 14:16:05 +0000 Subject: [PATCH] stop print msg --- core/views/logbooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/views/logbooks.py b/core/views/logbooks.py index 3a79428b9..4223a67a0 100644 --- a/core/views/logbooks.py +++ b/core/views/logbooks.py @@ -188,7 +188,7 @@ def person(request, slug=""): this_person = Person.objects.get(slug=slug) except: msg = f" Person '{slug=}' not found in database. DATABASE RESET required - ask a nerd." - print(msg) + # print(msg) return render(request, "errors/generic.html", {"message": msg}) current_year = current_expo()