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()