Minor Cleanup

This commit is contained in:
Zach Halpern 2024-11-25 09:20:13 -05:00 committed by ZeldaZach
parent 98c37da598
commit 89f0d50f20
No known key found for this signature in database

View file

@ -529,7 +529,6 @@ void PictureLoaderWorker::loadRedirectCache()
void PictureLoaderWorker::saveRedirectCache() const
{
qDebug() << "Saving redirect cache";
QSettings settings(cacheFilePath, QSettings::IniFormat);
settings.beginWriteArray(REDIRECT_HEADER_NAME, static_cast<int>(redirectCache.size()));