whoops, debug checkin

This commit is contained in:
David Rose 2005-08-11 00:31:39 +00:00
parent b063656969
commit 7a1ee49a1b

View File

@ -347,7 +347,6 @@ PandaNode(const string &name) :
////////////////////////////////////////////////////////////////////
PandaNode::
~PandaNode() {
cerr << "Destructing " << get_name() << "\n";
// We shouldn't have any parents left by the time we destruct, or
// there's a refcount fault somewhere.
#ifndef NDEBUG