removed extraneous printouts

This commit is contained in:
Elisa Lupin-Jimenez 2017-09-20 14:23:09 -07:00
parent 02fa7395ac
commit 92550b749c

View file

@ -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();
}
}