This commit is contained in:
Daniel Lubarov 2023-01-14 21:21:47 -08:00
parent df2ba7a384
commit a2f4a58d9a

View File

@ -244,7 +244,7 @@ fn try_perform_instruction<F: Field>(state: &mut GenerationState<F>) -> Result<(
if state.registers.is_kernel {
log_kernel_instruction(state, op);
} else {
log::info!("User instruction: {:?}", op);
log::debug!("User instruction: {:?}", op);
}
fill_op_flag(op, &mut row);