BinaryLogic: Removing debugging info

master
Rob Emery 2014-08-31 23:00:48 +01:00
parent d73aefbd46
commit d4365ffa2f
1 changed files with 1 additions and 2 deletions

View File

@ -110,8 +110,7 @@ handle query_raw => sub {
my $text_output = ${$value_ref};
my $html_output = "<div>Result: <b>" . ${$value_ref} . "</b></div>";
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;
};