--- lib/Grep/Action/Search.pm 2007/02/19 18:25:12 29 +++ lib/Grep/Action/Search.pm 2007/02/19 20:07:48 30 @@ -33,21 +33,6 @@ if ($results > 0) { $self->result->message( "Found $results results" ); - - warn "### about to fork!"; - - if (fork) { - my $t = $results; - warn "### sleeping $t s..."; - sleep $t; - warn "### pushing results for $q after $t s"; - - Jifty->log->error('result not collection but ', dump( $coll )) - unless ( $coll->isa('Jifty::Collection') ); - Grep::Event::Result->new({ q => $q, coll => $coll, item_fragment => 'long' })->publish; - exit 0; - } - } else { $self->result->error('No local results found, wait for remote results to arrive...'); }