From 24df04f304089f39d6588b4537383d07862a498a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 7 May 2026 01:31:18 +0200 Subject: [PATCH] Cleanup --- RNS/Utilities/rngit/server.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/RNS/Utilities/rngit/server.py b/RNS/Utilities/rngit/server.py index e7332c17..cd9758db 100644 --- a/RNS/Utilities/rngit/server.py +++ b/RNS/Utilities/rngit/server.py @@ -2288,12 +2288,6 @@ class ReticulumGitNode(): comment_access = interact_access and (read_access or write_access) manage_access = interact_access and write_access - - RNS.log(f"hash : {RNS.prettyhexrep(remote_identity.hash)}") - RNS.log(f"read : {read_access}") - RNS.log(f"wite : {write_access}") - RNS.log(f"interact : {interact_access}") - RNS.log(f"manage : {manage_access}") if operation in ["list", "view"] and read_access: access = True elif operation in ["comment"] and comment_access: access = True