mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Omit the debug stmt
This commit is contained in:
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…
Reference in New Issue
Block a user