mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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