From d513c01775d568124caf16e8461fbf6f1748c7cc Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 29 Jan 2015 20:36:06 +0100 Subject: [PATCH] Get rid of debug comment --- input/input_overlay.c | 1 - 1 file changed, 1 deletion(-) 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; }