diff --git a/input/input_overlay.c b/input/input_overlay.c index b436b37c95..b13845ed3a 100644 --- a/input/input_overlay.c +++ b/input/input_overlay.c @@ -603,7 +603,6 @@ input_overlay_t *input_overlay_new(const char *path, bool enable, ol->overlay_path = strdup(path); if (!ol->overlay_path) { - RARCH_LOG("exits here, path is: %s.\n", path); free(ol); return NULL; }