mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Get rid of debug comment
This commit is contained in:
parent
fc373630ce
commit
d513c01775
@ -603,7 +603,6 @@ input_overlay_t *input_overlay_new(const char *path, bool enable,
|
|||||||
ol->overlay_path = strdup(path);
|
ol->overlay_path = strdup(path);
|
||||||
if (!ol->overlay_path)
|
if (!ol->overlay_path)
|
||||||
{
|
{
|
||||||
RARCH_LOG("exits here, path is: %s.\n", path);
|
|
||||||
free(ol);
|
free(ol);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user