diff --git a/programs/storage_api/src/storage_processor.rs b/programs/storage_api/src/storage_processor.rs index e5f5150aba..cc8fcf8011 100644 --- a/programs/storage_api/src/storage_processor.rs +++ b/programs/storage_api/src/storage_processor.rs @@ -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,