From 1d172b46780095ad970eefd4f1de58679a0c260c Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 16 Sep 2014 13:44:28 +0200 Subject: [PATCH] Clean debug garbage. --- cron_run_manually/ir_cron.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cron_run_manually/ir_cron.py b/cron_run_manually/ir_cron.py index 3a00f3cc5..bba3dbd3a 100644 --- a/cron_run_manually/ir_cron.py +++ b/cron_run_manually/ir_cron.py @@ -38,7 +38,6 @@ class Cron(models.Model): _('Only the admin user is allowed to ' 'execute inactive cron jobs manually')) - _logger.warn(self.__dict__) try: # Try to grab an exclusive lock on the job row # until the end of the transaction