From 5b7e825d1b17e558ae8664b57ca2aa5de3148809 Mon Sep 17 00:00:00 2001 From: adelikat Date: Fri, 13 Mar 2009 16:29:03 +0000 Subject: [PATCH] oops --- src/state.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/state.cpp b/src/state.cpp index 60691d9b..1d8b611a 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -669,7 +669,6 @@ bool FCEUSS_Load(const char *fname) else { string fn = FCEU_MakeFName(FCEUMKF_STATE,CurrentState,fname); - FCEUI_printf("%s",fn.c_str()); st=FCEUD_UTF8_fstream(fn,"rb"); strcpy(lastLoadstateMade,fn.c_str()); }