Eliminate unnecessary log

This commit is contained in:
Félix Suárez 2023-06-04 12:03:12 -06:00
parent f248ea1fe6
commit 8e17ecf11b
1 changed files with 0 additions and 5 deletions

View File

@ -1018,11 +1018,6 @@ eval {
if ($@) {
print ("[INFO] Could not import Sys::Syslog module\n\n");
}
print "---------------------------------------------------------------------\n";
my $result = eval { Sys::Syslog->can('openlog') };
print $result . "\n\n";
BEGIN { push @INC, '/usr/lib/perl5'; }