removed print

This commit is contained in:
Andreas Preikschat 2014-04-26 11:26:20 +02:00
parent 533710fc5b
commit 53c584ede4
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ class TestCategoryActionList(TestCase):
# WHEN: Add an action.
returned_action = self.list[0]
print(returned_action)
# THEN: Check if the correct action was returned.
self.assertEqual(self.action1, returned_action)