changeset 48b0f939d0b7 in proteus:4.8
details: https://hg.tryton.org/proteus?cmd=changeset;node=48b0f939d0b7
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 1fefe6d2f903 -r 48b0f939d0b7 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
@@ -904,7 +904,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