remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 21 May 2016 11:38:51 +0000 (07:38 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:44 +0000 (15:30 -0400)
libs/ardour/vca_manager.cc

index 080001af2a4ac1da0cbc42929623451a289ccd79..351de09cdfd4c1d60d988a868b043b14db401500 100644 (file)
@@ -108,7 +108,6 @@ VCAManager::remove_vca (boost::shared_ptr<VCA> vca)
        /* this should cause deassignment and deletion */
 
        vca->DropReferences ();
-       std::cerr << "After DR, uc = " << vca.use_count() << std::endl;
 }
 
 boost::shared_ptr<VCA>