mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 05:03:52 +02:00
removed debug print
This commit is contained in:
parent
2300fe471d
commit
fcb45802bd
1 changed files with 0 additions and 1 deletions
|
@ -466,7 +466,6 @@ HFMModel* FBXSerializer::extractHFMModel(const QVariantHash& mapping, const QStr
|
|||
}
|
||||
} else if (object.name == "FBXVersion") {
|
||||
fbxVersionNumber = object.properties.at(0).toInt();
|
||||
qCDebug(modelformat) << "the fbx version number " << fbxVersionNumber;
|
||||
}
|
||||
}
|
||||
} else if (child.name == "GlobalSettings") {
|
||||
|
|
Loading…
Reference in a new issue