Remove debug

This commit is contained in:
Alberto Simões
2023-02-01 20:20:21 +00:00
parent 8af39de413
commit 8eb8ccd677

View File

@@ -126,7 +126,7 @@ my $cfg = {
my $v = new_ok('Data::Validate::Struct', [ $ref ]); my $v = new_ok('Data::Validate::Struct', [ $ref ]);
ok ($v->validate($cfg), "validate a reference against a OK config"); ok ($v->validate($cfg), "validate a reference against a OK config");
print STDERR "\n\n\n",$v->errstr(),"\n\n\n";
# check failure matching # check failure matching