Omit the debug stmt

This commit is contained in:
Adam Treat 2023-04-25 16:31:26 -04:00
parent b3e01ae865
commit b2ba17f6f1

View File

@ -56,7 +56,6 @@ void Download::setDownloadLocalModelsPath(const QString &modelPath) {
QString filePath = (modelPath.startsWith("file://") ?
QUrl(modelPath).toLocalFile() : modelPath);
QString canonical = QFileInfo(filePath).canonicalFilePath() + QDir::separator();
qDebug() << "Set model path: " << canonical;
if (m_downloadLocalModelsPath != canonical) {
m_downloadLocalModelsPath = canonical;
emit downloadLocalModelsPathChanged();