mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:46:29 +02:00
Remove unnecessary logging from PathUtils
This commit is contained in:
parent
239877fc18
commit
e3d00c4aa5
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ int PathUtils::removeTemporaryApplicationDirs(QString appName) {
|
|||
}
|
||||
|
||||
auto dirName = TEMP_DIR_FORMAT.arg(appName).arg("*").arg("*");
|
||||
qDebug() << "Dirname format is: " << dirName;
|
||||
|
||||
QDir rootTempDir = QDir::tempPath();
|
||||
auto dirs = rootTempDir.entryInfoList({ dirName }, QDir::Dirs);
|
||||
|
|
Loading…
Reference in a new issue