2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-13 12:54:36 +01:00
parent cd9bdebe4c
commit 42934793d7

View File

@ -157,7 +157,7 @@ class Crypt(Logger):
except KeyError:
return None
v_b=self.unpackage_val(v)
self.log(f'Crypt.get(\n\t{prefix}{k}\n\n\t{v_b}')
# self.log(f'Crypt.get(\n\t{prefix}{k}\n\n\t{v_b}')
return v_b