Switch output to debug

This commit is contained in:
howardwu 2021-02-24 21:55:50 -08:00
parent a3006764ab
commit e29100c70f

View File

@ -134,7 +134,7 @@ impl Command for Build {
let temporary_program = program.clone();
let output = temporary_program.compile_constraints(&mut cs)?;
tracing::info!("Compiled constraints - {:#?}", output);
tracing::debug!("Compiled output - {:#?}", output);
tracing::info!("Number of constraints - {:#?}", cs.num_constraints());
// Serialize the circuit