remove comment line

This commit is contained in:
microproofs 2024-03-07 12:24:39 -05:00 committed by Kasey
parent 275db2fd11
commit 541d96f558
1 changed files with 0 additions and 2 deletions

View File

@ -250,8 +250,6 @@ impl<'a> CodeGenerator<'a> {
panic!("Dangling expressions without an assignment") 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 air_value = self.build(value, module_build_name, &[]);
let msg_func = match self.tracing { let msg_func = match self.tracing {