[REM] spurious print in test
authorXavier Morel <xmo@openerp.com>
Fri, 14 Feb 2014 14:53:08 +0000 (15:53 +0100)
committerXavier Morel <xmo@openerp.com>
Fri, 14 Feb 2014 14:53:08 +0000 (15:53 +0100)
bzr revid: xmo@openerp.com-20140214145308-xvcer7yyz582g9g9

addons/mrp/tests/test_multicompany.py

index f38a31a..8be3cde 100644 (file)
@@ -48,7 +48,6 @@ class TestMrpMulticompany(common.TransactionCase):
         fields = ['location_src_id', 'location_dest_id']
         defaults = self.stock_location.default_get(cr, uid, ['location_id', 'location_dest_id', 'type'], context)
         for field in fields:
-            print field, uid, defaults
             if defaults.get(field):
                 try:
                     self.stock_location.check_access_rule(cr, uid, [defaults[field]], 'read', context)