Remove debugging line that is causing systemd to fail

This commit is contained in:
Isaac Connor 2018-06-06 11:40:12 -04:00
parent 798d046d81
commit b3c9f508f4
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ sub run {
$secs_count += 1; $secs_count += 1;
} }
my $nfound = select(my $rout = $rin, undef, undef, $timeout); my $nfound = select(my $rout = $rin, undef, undef, $timeout);
Debug("Aftere select $nfound");
if ( $nfound > 0 ) { if ( $nfound > 0 ) {
if ( vec($rout, fileno(SERVER), 1) ) { if ( vec($rout, fileno(SERVER), 1) ) {
my $paddr = accept(CLIENT, SERVER); my $paddr = accept(CLIENT, SERVER);