Skip to content

Instantly share code, notes, and snippets.

@alebaffa
Created August 24, 2022 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alebaffa/45f543fbc67fc8aa84846cbbeee360d3 to your computer and use it in GitHub Desktop.
Save alebaffa/45f543fbc67fc8aa84846cbbeee360d3 to your computer and use it in GitHub Desktop.
Substrate force print
// To force print in console
sp_std::if_std! {
// This code is only being compiled and executed when the `std` feature is enabled.
println!("Hello native world");
}
// Run this command to see it in console during tests: cargo test -- --nocapture
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment