Skip to content

Commit

Permalink
Revert "chore: add println!"
Browse files Browse the repository at this point in the history
This reverts commit 9d30422.
  • Loading branch information
dj8yf0μl committed Jan 20, 2025
1 parent e91bd03 commit 73c292c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cargo-near-build/src/near/abi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ pub fn write_to_file(
"skipped wrting file `{}` on identical contents",
out_path_abi,
);

println!(
"skipped wrting file `{}` on identical contents",
out_path_abi,
);
return Ok(abi_types::Result { path: out_path_abi });
}
}
Expand Down

0 comments on commit 73c292c

Please sign in to comment.