Don't excessively log

This commit is contained in:
twinaphex 2018-09-08 03:15:12 +02:00
parent fb4f8ff550
commit 61d56e07fa

View File

@ -1855,7 +1855,6 @@ bool rarch_environment_cb(unsigned cmd, void *data)
case RETRO_ENVIRONMENT_GET_FASTFORWARDING:
{
extern bool runloop_fastmotion;
RARCH_LOG("RETRO_ENVIRONMENT_GET_FASTFORWARDING %d\n", runloop_fastmotion);
*(bool *)data = runloop_fastmotion;
}
break;