Browse Source

whoops, debug checkin

David Rose 20 years ago
parent
commit
7a1ee49a1b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/pgraph/pandaNode.cxx

+ 0 - 1
panda/src/pgraph/pandaNode.cxx

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