From d0143e9259b429db54359620475dbac21ca6ca27 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 10 Jun 2024 22:21:22 +0200 Subject: [PATCH] issue #2166 remove debug code --- include/functions.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/functions.inc.php b/include/functions.inc.php index c5c98a51c..3fd2f664c 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -2741,8 +2741,6 @@ SELECT conf_update_param('send_piwigo_infos_last_notice', date('c')); } - echo '
'; print_r($piwigo_infos); echo '
'; - conf_delete_param('send_piwigo_infos_running'); $logger->info('['.__FUNCTION__.'][exec='.$exec_id.'] executed in '.get_elapsed_time($start_time, get_moment())); }