Commit c3931802 by François COLOMBIER

Suppression log requete SQL

parent 44abc281
......@@ -41,7 +41,7 @@ class LacagetteExports(models.Model):
%s
ORDER BY partner_id ASC;
""" % (params['date'], active_restriction)
_logger.info("Requete = %s", sql)
# _logger.debug("Requete = %s", sql)
self.env.cr.execute(sql)
res['data'] = self.env.cr.dictfetchall()
except Exception as e:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment