mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-26 02:53:08 +03:00
Switch output to debug
This commit is contained in:
parent
a3006764ab
commit
e29100c70f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user