Just some tidying up
[spider.git] / cmd / show / log.pl
index 5a83d4435ac723808880d118d1fe9faef72b6bb2..18d9405091f8e6132640a74d4be5860003c56b4a 100644 (file)
@@ -43,14 +43,5 @@ sub handle
 
        @out = $self->spawn_cmd(\&DXLog::print, args => [$from, $to, $main::systime, undef, $who]);
        
-#      my $fc = Mojo::IOLoop::ForkCall->new;
-#      $fc->run(
-#                       sub {my @args = @_; my @res = DXLog::print(@args); return @res}, 
-#                       [$from, $to, $main::systime, undef, $who],
-#                       sub {my ($fc, $err, @out) = @_; delete $self->{stash}; $self->send(@out);}
-#                      );
-#      #$self->{stash} = $fc;
-       
-#      @out = DXLog::print($from, $to, $main::systime, undef, $who);
        return (1, @out);
 }