mirror of
https://github.com/overte-org/overte.git
synced 2025-07-17 17:56:44 +02:00
remove logging, now that we have error logging
This commit is contained in:
parent
1c30da42af
commit
4437063a3a
1 changed files with 0 additions and 8 deletions
|
@ -957,14 +957,6 @@ bool EntityTree::filterProperties(EntityItemProperties& propertiesIn, EntityItem
|
||||||
// Javascript objects are == only if they are the same object. To compare arbitrary values, we need to use JSON.
|
// Javascript objects are == only if they are the same object. To compare arbitrary values, we need to use JSON.
|
||||||
auto out = QJsonValue::fromVariant(result.toVariant());
|
auto out = QJsonValue::fromVariant(result.toVariant());
|
||||||
wasChanged = in != out;
|
wasChanged = in != out;
|
||||||
if (wasChanged) {
|
|
||||||
// Logging will be removed eventually, but for now, the behavior is so fragile that it's worth logging.
|
|
||||||
qCDebug(entities) << "filter accepted. changed: true";
|
|
||||||
qCDebug(entities) << " in:" << in;
|
|
||||||
qCDebug(entities) << " out:" << out;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
qCDebug(entities) << "filter rejected. in:" << in;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return accepted;
|
return accepted;
|
||||||
|
|
Loading…
Reference in a new issue