Don't display so many useless string in prod

This commit is contained in:
Némunaire 2015-01-18 09:29:50 +01:00 committed by Nemunaire
commit 2f4feb3082
2 changed files with 3 additions and 3 deletions

View file

@ -161,7 +161,7 @@ for my $f (readdir $dh)
$tmp_solution = my_crypt($sol, $filh) if ($filh);
say STDERR "check $type: $solution{$type} vs $tmp_solution";
#say STDERR "check $type: $solution{$type} vs $tmp_solution";
if ($solution{$type} ne $tmp_solution)
{