mirror of
https://github.com/Sunscreen-tech/Sunscreen.git
synced 2026-04-19 03:00:06 -04:00
Remove debugging code
This commit is contained in:
@@ -69,5 +69,5 @@ fn main() {
|
||||
|
||||
let received_eth: f64 = received_eth.into();
|
||||
|
||||
assert_eq!(received_eth, 20f64);
|
||||
println!("Alice received {}ETH", received_eth);
|
||||
}
|
||||
|
||||
@@ -143,11 +143,6 @@ where
|
||||
|
||||
let ir = fhe_program_fn.build(¶ms)?.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
|
||||
|
||||
Reference in New Issue
Block a user