Skip to content

Commit

Permalink
Revert "trick to satisfy the CI until #1258 is fixed"
Browse files Browse the repository at this point in the history
This reverts commit 3491cfd.
  • Loading branch information
agryaznov committed May 18, 2022
1 parent ffabda0 commit ca2963f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/mother/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ mod mother {
/// Prints the specified string into node's debug log.
#[ink(message)]
pub fn debug_log(&mut self, message: String) {
let _ = message;
ink_env::debug_println!("debug_log: {}", message);
}
}
Expand Down

0 comments on commit ca2963f

Please sign in to comment.