diff --git a/frontends/libretro/src/lib.rs b/frontends/libretro/src/lib.rs index 5720045a6bb0addf4750d233bc7610e9a1bdfc41..3d4fc3116a56f49032b59b206af1f0f1babdd00d 100644 --- a/frontends/libretro/src/lib.rs +++ b/frontends/libretro/src/lib.rs @@ -368,7 +368,6 @@ pub extern "C" fn retro_unserialize() { #[no_mangle] pub extern "C" fn retro_cheat_reset() { debugln!("retro_cheat_reset()"); - println!("retro_cheat_reset()"); let emulator = unsafe { EMULATOR.as_mut().unwrap() }; emulator.reset_cheats(); }