Core: Remove erroneous log message

This commit is contained in:
Vicki Pfau 2018-09-21 14:32:26 -07:00
parent f99bdc07de
commit 6e7c250b19
1 changed files with 0 additions and 1 deletions

View File

@ -360,7 +360,6 @@ bool mCoreSaveStateNamed(struct mCore* core, struct VFile* vf, int flags) {
} }
} }
if (flags & SAVESTATE_RTC) { if (flags & SAVESTATE_RTC) {
mLOG(SAVESTATE, INFO, "Loading RTC");
struct mStateExtdataItem item; struct mStateExtdataItem item;
if (core->rtc.d.serialize) { if (core->rtc.d.serialize) {
core->rtc.d.serialize(&core->rtc.d, &item); core->rtc.d.serialize(&core->rtc.d, &item);