Get rid of debug logs

This commit is contained in:
libretroadmin 2022-06-17 19:14:18 +02:00
parent e3a716d06a
commit e9b8602c6e

View File

@ -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... */