shep

Multi-state key stores using bit masks for python3
git clone git://git.defalsify.org/shep.git
Log | Files | Refs | LICENSE

commit 1d0e31d10df8120b368b91e634ad331dd06b9c16
parent 52dffb80419d0ff368032a4c5426f878b9abf0e2
Author: lash <dev@holbrook.no>
Date:   Sun,  6 Nov 2022 21:10:29 +0000

Remove stray print in state content get

Diffstat:
Mshep/state.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/shep/state.py b/shep/state.py @@ -551,7 +551,6 @@ class State: :rtype: any :returns: Content """ - print('contents {}'.format(self.__contents)) return self.__contents.get(key)