Skip to content

Commit

Permalink
flamenco: remove warning log from compute budget program
Browse files Browse the repository at this point in the history
  • Loading branch information
mjain-jump committed Jan 8, 2025
1 parent 866a216 commit 9e746c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/flamenco/runtime/program/fd_compute_budget_program.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ fd_executor_compute_budget_program_execute_instructions( fd_exec_txn_ctx_t * ctx

int ret = fd_compute_budget_program_instruction_decode( &instruction, &decode_ctx );
if ( ret ) {
FD_LOG_WARNING(("fd_compute_budget_program_instruction_decode failed"));
FD_LOG_HEXDUMP_WARNING(("cbi data", data, instr->data_sz));
FD_TXN_ERR_FOR_LOG_INSTR( ctx, FD_EXECUTOR_INSTR_ERR_INVALID_INSTR_DATA, i );
return FD_RUNTIME_TXN_ERR_INSTRUCTION_ERROR;
}
Expand Down

0 comments on commit 9e746c2

Please sign in to comment.