From e29100c70f6852d17e2270b2081590fd32af3cbf Mon Sep 17 00:00:00 2001 From: howardwu Date: Wed, 24 Feb 2021 21:55:50 -0800 Subject: [PATCH] Switch output to debug --- leo/commands/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leo/commands/build.rs b/leo/commands/build.rs index 61148e466f..9f562dd85a 100644 --- a/leo/commands/build.rs +++ b/leo/commands/build.rs @@ -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