Eliminate unnecessary log
This commit is contained in:
parent
f248ea1fe6
commit
8e17ecf11b
|
@ -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'; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue