From 1d0e31d10df8120b368b91e634ad331dd06b9c16 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 6 Nov 2022 21:10:29 +0000 Subject: [PATCH] Remove stray print in state content get --- shep/state.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shep/state.py b/shep/state.py index 1b50b17..318029b 100644 --- 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)