Replace print with debug

This commit is contained in:
Sagar Dhawan 2019-04-03 15:59:28 -07:00 committed by Grimes
parent b441bac7b2
commit 5cdfd79e96
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ pub fn process_instruction(
let current_index = get_segment_from_entry(tick_height);
let claims_index = get_segment_from_entry(entry_height);
if current_index <= claims_index || claims_index >= reward_validations.len() {
println!(
debug!(
"current {:?}, claim {:?}, rewards {:?}",
current_index,
claims_index,