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)