# HG changeset patch # User Sylvain Thénault # Date 1250783371 -7200 # Node ID 996103009bc501988c73dec7b10ec34f35628f02 # Parent 8e2544e78a5e235aafaf0d769950f6893132fd91 remove debug print diff -r 8e2544e78a5e -r 996103009bc5 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)]