mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-09 11:57:23 +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://") ?
|
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