Remove stray print in state content get

This commit is contained in:
lash 2022-11-06 21:10:29 +00:00
parent 52dffb8041
commit 1d0e31d10d
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746

View File

@ -551,7 +551,6 @@ class State:
:rtype: any
:returns: Content
"""
print('contents {}'.format(self.__contents))
return self.__contents.get(key)