Skip to content

Commit

Permalink
trick to satisfy the CI until #1258 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
agryaznov committed May 17, 2022
1 parent 6d8e348 commit 3491cfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/mother/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ 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 3491cfd

Please sign in to comment.