Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <cywolf@gmail.com>
  • Loading branch information
andrewwhitehead committed Jul 18, 2019
1 parent 469f572 commit 5bcddea
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ def test_skip_decorator(self):

decors = BaseDecoratorSet()
remain = decors.extract_decorators(message, SimpleModelSchema)
print(SimpleModelSchema.__dict__)

# check original is unmodified
assert "handled~decorator" in message

print(remain)
assert not decors.field("handled")
assert remain == message

0 comments on commit 5bcddea

Please sign in to comment.