mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
remove some spammy logging
This commit is contained in:
parent
8a32d230a8
commit
32de196a2c
1 changed files with 0 additions and 1 deletions
|
@ -385,7 +385,6 @@ FBXNode FBXSerializer::parseFBX(QIODevice* device) {
|
|||
quint32 fileVersion;
|
||||
in >> fileVersion;
|
||||
position += sizeof(fileVersion);
|
||||
qCDebug(modelformat) << "fileVersion:" << fileVersion;
|
||||
bool has64BitPositions = (fileVersion >= FBX_VERSION_2016);
|
||||
|
||||
// parse the top-level node
|
||||
|
|
Loading…
Reference in a new issue