remove extraneous node destructor debug

This commit is contained in:
Stephen Birarda 2014-01-14 10:53:53 -08:00
parent 718d04bd71
commit 5a43c2c66b

View file

@ -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();
}