diff --git a/download.cpp b/download.cpp index 0663a4ab..0fb1d2e3 100644 --- a/download.cpp +++ b/download.cpp @@ -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();