Get rid of debug comment

This commit is contained in:
twinaphex 2015-01-29 20:36:06 +01:00
parent fc373630ce
commit d513c01775

View File

@ -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;
}