removed debug print

This commit is contained in:
Angus Antley 2019-03-27 11:19:28 -07:00
parent 2300fe471d
commit fcb45802bd

View file

@ -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") {