remove debug print 3.5
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 20 Aug 2009 17:49:31 +0200
branch3.5
changeset 2922 996103009bc5
parent 2921 8e2544e78a5e
child 2923 b97a0f8dd4dc
remove debug print
sobjects/test/unittest_supervising.py
--- a/sobjects/test/unittest_supervising.py	Thu Aug 20 17:47:35 2009 +0200
+++ b/sobjects/test/unittest_supervising.py	Thu Aug 20 17:49:31 2009 +0200
@@ -70,7 +70,6 @@
         self.assertEquals(op.to_send[0][1], ['test@logilab.fr'])
         self.commit()
         # some other changes #######
-        print '*'*80
         user.fire_transition('deactivate')
         sentops = [op for op in session.pending_operations
                    if isinstance(op, SupervisionMailOp)]