mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
removed some temporary eprints
This commit is contained in:
parent
9c1564b426
commit
7baa1c2aba
@ -655,8 +655,6 @@ pub mod to_runnable {
|
|||||||
if let Some(force_opt) = &s.force_output_type {
|
if let Some(force_opt) = &s.force_output_type {
|
||||||
let real_output_type = statement.out();
|
let real_output_type = statement.out();
|
||||||
let problematic_types = real_output_type.fits_in(force_opt);
|
let problematic_types = real_output_type.fits_in(force_opt);
|
||||||
eprintln!("Real: {real_output_type}");
|
|
||||||
eprintln!("Prob: {problematic_types:?}");
|
|
||||||
if problematic_types.is_empty() {
|
if problematic_types.is_empty() {
|
||||||
statement.force_output_type = Some(force_opt.clone());
|
statement.force_output_type = Some(force_opt.clone());
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user