mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-10 10:41:53 +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;
|
||||
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
|
||||
* just means the file is missing from the server, so it's
|
||||
* not something we can handle here... */
|
||||
|
Loading…
Reference in New Issue
Block a user