removed some temporary eprints

This commit is contained in:
Dummi26 2023-04-24 16:27:42 +02:00
parent 9c1564b426
commit 7baa1c2aba

View File

@ -655,8 +655,6 @@ pub mod to_runnable {
if let Some(force_opt) = &s.force_output_type {
let real_output_type = statement.out();
let problematic_types = real_output_type.fits_in(force_opt);
eprintln!("Real: {real_output_type}");
eprintln!("Prob: {problematic_types:?}");
if problematic_types.is_empty() {
statement.force_output_type = Some(force_opt.clone());
} else {