13
0

remove debug output

This commit is contained in:
Paul Davis 2016-05-21 07:38:51 -04:00
parent 55791301c3
commit d98e47cf54

View 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>