Remove debugging line that is causing systemd to fail
This commit is contained in:
parent
798d046d81
commit
b3c9f508f4
|
@ -315,7 +315,6 @@ sub run {
|
|||
$secs_count += 1;
|
||||
}
|
||||
my $nfound = select(my $rout = $rin, undef, undef, $timeout);
|
||||
Debug("Aftere select $nfound");
|
||||
if ( $nfound > 0 ) {
|
||||
if ( vec($rout, fileno(SERVER), 1) ) {
|
||||
my $paddr = accept(CLIENT, SERVER);
|
||||
|
|
Loading…
Reference in New Issue