fixes for endemic (compiler?) issues with virtual inheritance of sigc::trackable...
[ardour.git] / libs / ardour / audioregion.cc
index 2f2c67ec5036d476d47f7f5013d73b3818a34dbe..d2cf279d3ec677ebba3111b513721542803fd781 100644 (file)
@@ -306,7 +306,6 @@ AudioRegion::AudioRegion (SourceList& srcs, const XMLNode& node)
 
 AudioRegion::~AudioRegion ()
 {
-       cerr << "====== " << _name << " DESTRUCTOR @ " << this << endl;
        notify_callbacks ();
        GoingAway (); /* EMIT SIGNAL */
 }