[REV] ir_actions: Partial revert of 7d4df0b6b2eea31b6378aab0f97030738bc40f8b
authorRichard Mathot <rim@openerp.com>
Thu, 19 Jun 2014 09:49:49 +0000 (11:49 +0200)
committerRichard Mathot <rim@openerp.com>
Thu, 19 Jun 2014 09:49:49 +0000 (11:49 +0200)
openerp/addons/base/ir/ir_actions.py

index 7ae4240..d6d9673 100644 (file)
@@ -336,8 +336,6 @@ class ir_actions_act_window(osv.osv):
                         eval_context = eval(res['context'] or "{}", eval_dict) or {}
                         res['context'] = str(eval_context)
                 except Exception:
-                    _logger.warning("ir_actions: Cannot evaluate context = %s with eval_dict = %s"
-                        % (res['context'] or "{}", eval_dict), exc_info=True)
                     continue
                 if not fields or 'help' in fields:
                     custom_context = dict(context, **eval_context)