diff --git a/src/core/hle/service/acc/profile_manager.cpp b/src/core/hle/service/acc/profile_manager.cpp index 4dead26841..b610792271 100644 --- a/src/core/hle/service/acc/profile_manager.cpp +++ b/src/core/hle/service/acc/profile_manager.cpp @@ -578,8 +578,6 @@ std::vector ProfileManager::FindOrphanedProfiles() } } catch (const fs::filesystem_error& e) { // if we get an error--no worries, just pretend it's not empty - LOG_WARNING(Service_ACC, "Failed to iterate profile directory '{}': {}", - entry.path().string(), e.what()); return true; }