It would make sense for --quiet to hide all outputs of scarb execute.
#[executable]
fn main() {
println!("hello world");
}
scarb execute --quiet
hello world
currently the print! outputs are printed to stdout regardless of verbosity settings because we delegate to CairoHintProcessor