remove comment line

This commit is contained in:
microproofs
2024-03-07 12:24:39 -05:00
committed by Kasey
parent 275db2fd11
commit 541d96f558

View File

@@ -250,8 +250,6 @@ impl<'a> CodeGenerator<'a> {
panic!("Dangling expressions without an assignment")
};
// let replaced_type = convert_opaque_type(tipo, &self.data_types, true);
let air_value = self.build(value, module_build_name, &[]);
let msg_func = match self.tracing {