From 0e274aa6565642609c1f0a6e37fa12908cb5fbe5 Mon Sep 17 00:00:00 2001 From: Doctor Dink Date: Thu, 31 Jul 2025 14:23:53 -0400 Subject: [PATCH] removing unintentional debug messages --- patches/autosaving.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/patches/autosaving.c b/patches/autosaving.c index 71a4195..cc9fc00 100644 --- a/patches/autosaving.c +++ b/patches/autosaving.c @@ -74,9 +74,6 @@ RECOMP_DECLARE_EVENT(recomp_on_autosave(PlayState* play)); RECOMP_DECLARE_EVENT(recomp_after_autosave(PlayState* play)); RECOMP_EXPORT void recomp_do_autosave(PlayState* play) { - // Tell console we are autosaving for debugging - recomp_printf("Triggering auto save at %d \n", gSaveContext.save.time); - //recomp_printf("Loaded entrance: %d in scene: %d\n", autosave_entrance, scene_id); // @recomp_event recomp_on_autosave(PlayState* play): Autosave triggered. recomp_on_autosave(play);