From d107cd4b4232054098cb517f233f815d11f57d8b Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 8 May 2026 17:00:49 +0200 Subject: [PATCH] Cleanup --- RNS/Utilities/rngit/server.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/RNS/Utilities/rngit/server.py b/RNS/Utilities/rngit/server.py index a7585d62..38fec104 100644 --- a/RNS/Utilities/rngit/server.py +++ b/RNS/Utilities/rngit/server.py @@ -3089,8 +3089,6 @@ DOC_PERMISSIONS_TEMPLATE ="# No permissions are currently defined for this workd # Validate ref names according to https://git-scm.com/docs/git-check-ref-format # This may be a bit overkill, since git validates names as well, but why not. def san_ref(ref): - print(ref) - if ref.startswith("-"): return None if ref.startswith("/"): return None if ref.endswith("/"): return None