Skip to content

Commit

Permalink
setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gfusee committed Nov 7, 2023
1 parent 3c61f7d commit 1189407
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion abi-build/src/generator/impl_abi_mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use crate::generator::impl_contract::impl_contract;

pub fn generate_from_abi(abi: &Abi) -> Result<GeneratedFile, BuildError> {
let Ok(formatted_content) = RustFmt::default().format_str(impl_mod(abi)?.to_string()) else {
println!("{}", RustFmt::default().format_str(impl_mod(abi)?.to_string()).err().unwrap());
return Err(GeneratorError::UnableToFormatRustCode.into())
};

Expand Down
2 changes: 0 additions & 2 deletions abi-build/src/generator/impl_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,6 @@ fn get_managed_type_for_abi_type(abi_type_name: &str, abi_types: &AbiTypes, api_
api_generic
)?;

println!("name: {abi_type_name}, result: {test}");

if abi_type_name.starts_with("multi") {
panic!("bouhhh");
}
Expand Down

0 comments on commit 1189407

Please sign in to comment.