Omit the debug stmt

pull/520/head
Adam Treat 1 year ago
parent b3e01ae865
commit b2ba17f6f1

@ -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();

Loading…
Cancel
Save