mirror of
https://github.com/overte-org/overte.git
synced 2025-08-15 15:40:27 +02:00
removed extraneous printouts
This commit is contained in:
parent
02fa7395ac
commit
92550b749c
1 changed files with 1 additions and 2 deletions
|
@ -6687,9 +6687,8 @@ void Application::addAssetToWorldAddEntity(QString filePath, QString mapping) {
|
|||
|
||||
// Delete temporary directories created from downloads
|
||||
if (filePath.contains(".fbx")) {
|
||||
qCDebug(interfaceapp) << "gonna try to remove the temp dir: " << filePath;
|
||||
QString tempPath = filePath.remove(filePath.section("/", -1));
|
||||
qCDebug(interfaceapp) << tempPath;
|
||||
qCDebug(interfaceapp) << "Removing temporary path: " << tempPath;
|
||||
qCDebug(interfaceapp) << QDir(tempPath).removeRecursively();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue