From a49413cb49df2c5c9214c4336089d4e8be3401e2 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 18 Aug 2016 16:36:44 -0300 Subject: [PATCH] Do not enable debug --- src/etc/rc.filter_synchronize | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/etc/rc.filter_synchronize b/src/etc/rc.filter_synchronize index ff846e3117..1938cd3be7 100755 --- a/src/etc/rc.filter_synchronize +++ b/src/etc/rc.filter_synchronize @@ -100,10 +100,6 @@ function carp_check_version($url, $username, $password, $method = 'host_firmware $numberofruns = 0; while ($numberofruns < 2) { - if ($numberofruns > 0) { - $options['debug'] = true; - } - $numberofruns++; $cli = XML_RPC2_Client::create($url, $options); @@ -259,10 +255,6 @@ function carp_sync_xml($url, $username, $password, $sections, $method = 'restore $numberofruns = 0; while ($numberofruns < 2) { - if ($numberofruns > 0) { - $options['debug'] = true; - } - $numberofruns++; log_error("Beginning XMLRPC sync to {$url}.");