mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +00:00
Omit the debug stmt
This commit is contained in:
parent
cea7b039f1
commit
34b7075517
@ -56,7 +56,6 @@ void Download::setDownloadLocalModelsPath(const QString &modelPath) {
|
|||||||
QString filePath = (modelPath.startsWith("file://") ?
|
QString filePath = (modelPath.startsWith("file://") ?
|
||||||
QUrl(modelPath).toLocalFile() : modelPath);
|
QUrl(modelPath).toLocalFile() : modelPath);
|
||||||
QString canonical = QFileInfo(filePath).canonicalFilePath() + QDir::separator();
|
QString canonical = QFileInfo(filePath).canonicalFilePath() + QDir::separator();
|
||||||
qDebug() << "Set model path: " << canonical;
|
|
||||||
if (m_downloadLocalModelsPath != canonical) {
|
if (m_downloadLocalModelsPath != canonical) {
|
||||||
m_downloadLocalModelsPath = canonical;
|
m_downloadLocalModelsPath = canonical;
|
||||||
emit downloadLocalModelsPathChanged();
|
emit downloadLocalModelsPathChanged();
|
||||||
|
Loading…
Reference in New Issue
Block a user