mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +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() {
|
||||
qDebug() << "Destructor for node with UUID" << _uuid << "called.\n";
|
||||
|
||||
Node::~Node() {
|
||||
if (_linkedData) {
|
||||
_linkedData->deleteOrDeleteLater();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue