From 53cfecf8fa4f48d91f1fe33c3bbfd641af00d1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 20 Jan 2024 23:11:42 +0100 Subject: [PATCH] Remove superfluous error message --- UI/GameInfoCache.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/UI/GameInfoCache.cpp b/UI/GameInfoCache.cpp index b005497800..1b7a166487 100644 --- a/UI/GameInfoCache.cpp +++ b/UI/GameInfoCache.cpp @@ -600,8 +600,6 @@ handleELF: // Let's use the comparison screenshot as an icon, if it exists. if (ReadLocalFileToString(screenshotPath, &info_->icon.data, &info_->lock)) { info_->icon.dataLoaded = true; - } else { - ERROR_LOG(G3D, "Error loading screenshot data: '%s'", screenshotPath.c_str()); } break; }