mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Get rid of debug logs
This commit is contained in:
parent
e3a716d06a
commit
e9b8602c6e
@ -271,9 +271,6 @@ static void download_pl_thumbnail(pl_thumb_handle_t *pl_thumb)
|
|||||||
transf->user_data = (void*)pl_thumb;
|
transf->user_data = (void*)pl_thumb;
|
||||||
strlcpy(transf->path, path, sizeof(transf->path));
|
strlcpy(transf->path, path, sizeof(transf->path));
|
||||||
|
|
||||||
RARCH_LOG("url: %s\n", url);
|
|
||||||
RARCH_LOG("transf path: %s\n", transf->path);
|
|
||||||
|
|
||||||
/* Note: We don't actually care if this fails since that
|
/* Note: We don't actually care if this fails since that
|
||||||
* just means the file is missing from the server, so it's
|
* just means the file is missing from the server, so it's
|
||||||
* not something we can handle here... */
|
* not something we can handle here... */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user