From e9b8602c6ea7edf8c867b8177ddfc0e6363f13eb Mon Sep 17 00:00:00 2001 From: libretroadmin Date: Fri, 17 Jun 2022 19:14:18 +0200 Subject: [PATCH] Get rid of debug logs --- tasks/task_pl_thumbnail_download.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/task_pl_thumbnail_download.c b/tasks/task_pl_thumbnail_download.c index b6c3c5dddf..efb97139c5 100644 --- a/tasks/task_pl_thumbnail_download.c +++ b/tasks/task_pl_thumbnail_download.c @@ -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... */