removed print in simulation

This commit is contained in:
2024-06-03 09:50:18 +02:00
parent f9e9fb7e10
commit 2ea8ba5a39

View File

@@ -49,7 +49,6 @@ fn simulate(bounds: &Bounds, func: &Function) {
} }
sample_cnt *= 10; sample_cnt *= 10;
} }
result.print();
let file: io::Result<File> = File::create("output.json"); let file: io::Result<File> = File::create("output.json");
if file.is_err() { if file.is_err() {