changeset 817a66368172 in proteus:4.6
details: https://hg.tryton.org/proteus?cmd=changeset;node=817a66368172
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 85f84f12f161 -r 817a66368172 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
@@ -866,7 +866,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