Remove confusing "ok" message printed to stdout

This commit is contained in:
Jesper Steen Møller 2019-02-26 00:39:06 +01:00
parent 983643086f
commit 79bcfee0a7

View File

@ -85,8 +85,6 @@ impl<'grammar> Validator<'grammar> {
|| item_idx != &match_contents.items.len() - 1)
{
return_err!(item.span(), "Catch all must be final item");
} else {
println!("ok");
}
}
}