mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2025-03-23 10:29:18 +00:00
remove log spam
This commit is contained in:
parent
f6c9a03126
commit
c4b32f28ae
|
@ -731,7 +731,6 @@ impl TextScriptVM {
|
|||
FromPrimitive::from_i32(read_cur_varint(&mut cursor).unwrap_or_else(|_| OpCode::END as i32));
|
||||
|
||||
if let Some(op) = op_maybe {
|
||||
log::info!("opcode: {:?}", op);
|
||||
match op {
|
||||
OpCode::_NOP => {
|
||||
exec_state = TextScriptExecutionState::Running(event, cursor.position() as u32);
|
||||
|
|
Loading…
Reference in a new issue