Skip to content

Commit

Permalink
Remove superfluous error message
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Jan 20, 2024
1 parent 5bf6625 commit 53cfecf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions UI/GameInfoCache.cpp
Expand Up @@ -600,8 +600,6 @@ class GameInfoWorkItem : public Task {
// 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;
}
Expand Down

0 comments on commit 53cfecf

Please sign in to comment.