Remove debugging code

This commit is contained in:
Rick Weber
2022-03-23 11:42:00 -07:00
parent 01ee12d7f5
commit a014e7e104
2 changed files with 1 additions and 6 deletions

View File

@@ -69,5 +69,5 @@ fn main() {
let received_eth: f64 = received_eth.into();
assert_eq!(received_eth, 20f64);
println!("Alice received {}ETH", received_eth);
}

View File

@@ -143,11 +143,6 @@ where
let ir = fhe_program_fn.build(&params)?.compile();
use std::io::Write;
let mut f = std::fs::File::create("foo").unwrap();
writeln!(&mut f, "{}", ir.render());
ir.validate().map_err(|e| Error::FheProgramError(e))?;
// From a noise standpoint, it doesn't matter what is in the plaintext or if the output