From ad323a159dc2bab7c4e1131b0808392b4181d93d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 3 Feb 2016 17:17:25 +0100 Subject: [PATCH] Take out outdated log message --- command_event.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/command_event.c b/command_event.c index a5f04797a0..a17ac3d67d 100644 --- a/command_event.c +++ b/command_event.c @@ -910,8 +910,6 @@ bool event_cmd_exec(void *data) { char *fullpath = NULL; - RARCH_LOG("Environ (Private) EXEC.\n"); - runloop_ctl(RUNLOOP_CTL_GET_CONTENT_PATH, &fullpath); if (fullpath != data)