mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 02:56:42 +02:00
Remove extraneous logging in FBXWriter
This commit is contained in:
parent
2d9d432221
commit
9243cf7590
1 changed files with 0 additions and 6 deletions
|
@ -63,12 +63,6 @@ void FBXWriter::encodeNode(QDataStream& out, const FBXNode& node) {
|
|||
out << (quint8)node.name.size();
|
||||
out.writeRawData(node.name, node.name.size());
|
||||
|
||||
if (node.name == "Vertices") {
|
||||
for (auto& prop : node.properties) {
|
||||
qDebug() << "Properties: " << prop;
|
||||
}
|
||||
}
|
||||
|
||||
auto nodePropertiesStartPos = device->pos();
|
||||
|
||||
for (const auto& prop : node.properties) {
|
||||
|
|
Loading…
Reference in a new issue