Trim some debug output.
authorCarl Hetherington <carl@carlh.net>
Tue, 7 Sep 2010 12:19:20 +0000 (12:19 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 7 Sep 2010 12:19:20 +0000 (12:19 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7749 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/editor_ops.cc

index 6ea2aede452276b402a0e9451bcebca8fe963920..d815f3284752716c920adefaf30d303e8dd5970a 100644 (file)
@@ -664,12 +664,6 @@ Editor::build_region_boundary_cache ()
        /* finally sort to be sure that the order is correct */
 
        sort (region_boundary_cache.begin(), region_boundary_cache.end());
-
-        cerr << "RBC contains " << region_boundary_cache.size() << endl;
-
-        for (vector<framepos_t>::iterator x = region_boundary_cache.begin(); x != region_boundary_cache.end(); ++x) {
-                cerr << "Region boundary @ " << *x << endl;
-        }
 }
 
 boost::shared_ptr<Region>