mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 01:13:40 +02:00
Remove unnecessary logging on BakeAssetTask
This commit is contained in:
parent
e3d00c4aa5
commit
5cf2ab5cbd
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ void BakeAssetTask::run() {
|
|||
auto files = _outputDir.entryInfoList(QDir::Files);
|
||||
QVector<QString> outputFiles;
|
||||
for (auto& file : files) {
|
||||
qDebug() << " Output file: " << file.absoluteFilePath();
|
||||
outputFiles.push_back(file.absoluteFilePath());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue