Removed verbose file warning

This commit is contained in:
Digital Artifex
2025-08-17 05:33:44 -04:00
parent cf9fd06909
commit 95018f434b

View File

@@ -26,7 +26,6 @@ void ShaderPackModel::loadJson(const QString &filePath)
{ {
setState(Idle); // Reset state to Idle setState(Idle); // Reset state to Idle
qWarning("Could not open file %s for reading", qPrintable(filePath)); qWarning("Could not open file %s for reading", qPrintable(filePath));
qWarning(file.errorString().toStdString().c_str());
return; return;
} }