mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 14:59:14 +02:00
remove extraneous node destructor debug
This commit is contained in:
parent
718d04bd71
commit
5a43c2c66b
1 changed files with 1 additions and 3 deletions
|
@ -39,9 +39,7 @@ Node::Node(const QUuid& uuid, char type, const HifiSockAddr& publicSocket, const
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Node::~Node() {
|
Node::~Node() {
|
||||||
qDebug() << "Destructor for node with UUID" << _uuid << "called.\n";
|
|
||||||
|
|
||||||
if (_linkedData) {
|
if (_linkedData) {
|
||||||
_linkedData->deleteOrDeleteLater();
|
_linkedData->deleteOrDeleteLater();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue