diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index f79c91dc1d..b54b782c99 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2013-02-27 Miguel de Dios + + * lib/PandoraFMS/Core.pm: erased lost develop traces. + 2013-02-25 Sancho Lerena * PandoraFMS/Config.pm: Fixed parsing of mta_from, avoiding problems diff --git a/pandora_server/lib/PandoraFMS/Core.pm b/pandora_server/lib/PandoraFMS/Core.pm index aa897d2072..398fae0e7f 100644 --- a/pandora_server/lib/PandoraFMS/Core.pm +++ b/pandora_server/lib/PandoraFMS/Core.pm @@ -1402,9 +1402,6 @@ Start the planned downtime, the monthly type. sub pandora_planned_downtime_monthly_start($$) { my ($pa_config, $dbh) = @_; - logger($pa_config, "[PLANNED_DOWNTIME] " . - "Enter pandora_planned_downtime_monthly_start().", 10); - #my $local_time = localtime(); my @var_localtime = localtime(time); my $year = $var_localtime[5] + 1900; @@ -1523,7 +1520,6 @@ sub pandora_planned_downtime_monthly_stop($$) { ($number_day_month >= 30)) { $number_day_month = 31; } - logger($pa_config, $number_day_month, 10); # Start pending downtimes my @downtimes = get_db_rows($dbh, 'SELECT *