remove dbg string

This commit is contained in:
itsmattkc
2021-09-20 22:13:34 -07:00
parent 16e97e7ed4
commit 323e6c34a2
-1
View File
@@ -52,7 +52,6 @@ QByteArray HashTraverser::GetHash(const Node *node, const Node::ValueHint &hint,
// Our overrides will generate a hash from this
NodeValueTable table = GenerateTable(node, hint, range);
NodeValue final_value = GenerateRowValueElement(hint, NodeValue::kTexture, &table);
qDebug() << "finished with result" << final_value.data();
HashNodeValue(final_value);
// Return the hash