Remove unneeded debug print in test case

This commit is contained in:
Stefan Tröger
2017-08-10 20:30:10 +02:00
committed by wmayer
parent a03000cc68
commit 104c7db3f9

View File

@@ -781,9 +781,7 @@ class UndoRedoCases(unittest.TestCase):
self.Fuse1.Shapes = [self.Box, self.Cylinder]
self.Doc.commitTransaction()
print self.Box.InList
self.Doc.undo()
print self.Box.InList
self.failUnless(len(self.Box.InList) == 0)
self.failUnless(len(self.Cylinder.InList) == 0)