remove prints

This commit is contained in:
Jordi Garcia 2018-01-10 15:01:08 +01:00
parent 69eeab09f7
commit 34510fe2fa
1 changed files with 2 additions and 2 deletions

View File

@ -659,8 +659,8 @@ diff -r 733523deed89 -r c6ec90e71674 trytond/model/fields/binary.py
return res
+ def set(self, Model, name, ids, value, *args):
+ print "Model:", Model, "name:", name, "ids", ids
+ print "arge:", args
+
+
+
+ transaction = Transaction()
+ table = Model.__table__()