Get rid of this log message

This commit is contained in:
twinaphex 2017-01-24 15:15:41 +01:00
parent efff2be528
commit 50a7e634c9

View File

@ -1242,8 +1242,6 @@ bool content_rename_state(const char *origin, const char *dest)
*/
bool content_reset_savestate_backups(void)
{
RARCH_LOG("Resetting undo buffers.\n");
if (undo_save_buf.data)
{
free(undo_save_buf.data);