changeset 67e2c0f78056 in proteus:5.2
details: https://hg.tryton.org/proteus?cmd=changeset;node=67e2c0f78056
description:
        Remove unknown breakpoint call

        issue8588
        (grafted from ebc47cb5291adf1c748f22ff8fe3c3e101352834)
diffstat:

 proteus/__init__.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r cbe123462712 -r 67e2c0f78056 proteus/__init__.py
--- a/proteus/__init__.py       Sat Aug 31 01:40:47 2019 +0200
+++ b/proteus/__init__.py       Mon Sep 02 18:22:43 2019 +0200
@@ -896,7 +896,6 @@
             # Sending an empty X2Many fields breaks ModelFieldAccess.check
             if (definition['type'] in {'one2many', 'many2many'}
                     and not values[name]):
-                breakpoint()
                 del values[name]
         return values
 

Reply via email to