From 6a4047f47bc3a998ba9b9601557616b0e30be3f0 Mon Sep 17 00:00:00 2001
From: Richard Mathot <rim@openerp.com>
Date: Thu, 19 Jun 2014 11:49:49 +0200
Subject: [PATCH] [REV] ir_actions: Partial revert of
 7d4df0b6b2eea31b6378aab0f97030738bc40f8b

---
 openerp/addons/base/ir/ir_actions.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/openerp/addons/base/ir/ir_actions.py b/openerp/addons/base/ir/ir_actions.py
index 7ae4240cd035..d6d96737ca3e 100644
--- a/openerp/addons/base/ir/ir_actions.py
+++ b/openerp/addons/base/ir/ir_actions.py
@@ -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)
-- 
GitLab