Take out outdated log message
This commit is contained in:
parent
32b9303a79
commit
ad323a159d
|
@ -910,8 +910,6 @@ bool event_cmd_exec(void *data)
|
||||||
{
|
{
|
||||||
char *fullpath = NULL;
|
char *fullpath = NULL;
|
||||||
|
|
||||||
RARCH_LOG("Environ (Private) EXEC.\n");
|
|
||||||
|
|
||||||
runloop_ctl(RUNLOOP_CTL_GET_CONTENT_PATH, &fullpath);
|
runloop_ctl(RUNLOOP_CTL_GET_CONTENT_PATH, &fullpath);
|
||||||
|
|
||||||
if (fullpath != data)
|
if (fullpath != data)
|
||||||
|
|
Loading…
Reference in New Issue