remove log spam

This commit is contained in:
Alula 2021-03-23 02:52:15 +01:00
parent f6c9a03126
commit c4b32f28ae
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 0 additions and 1 deletions

View File

@ -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);