diff --git a/lib/DDG/Goodie/BinaryLogic.pm b/lib/DDG/Goodie/BinaryLogic.pm index d2040c7e9..5744c5a4c 100755 --- a/lib/DDG/Goodie/BinaryLogic.pm +++ b/lib/DDG/Goodie/BinaryLogic.pm @@ -110,8 +110,7 @@ handle query_raw => sub { my $text_output = ${$value_ref}; my $html_output = "
Result: " . ${$value_ref} . "
"; my $heading = "Binary Logic"; -#my $progress_report = $recce->show_progress( 0, -1 ); -#print STDERR $progress_report; + return answer => $text_output, html => $html_output, heading => $heading; };