mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
FolderMan: Removed too explicit logging that scares users.
This commit is contained in:
parent
22ad34fa0e
commit
506360716a
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ Folder *FolderMan::folderForPath(const QString &path)
|
|||
return folder;
|
||||
}
|
||||
}
|
||||
qDebug() << "ERROR: could not find folder for " << absolutePath;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue