summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-07 12:19:20 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-07 12:19:20 +0000
commitdb2f66247156cd29c1365b7be23e9a5e640847b4 (patch)
tree9eba393fc9edbe754f16cfaf94cab6675bcbed49 /gtk2_ardour
parent18b99c1f440c8ee25c350f415407b649938273da (diff)
Trim some debug output.
git-svn-id: svn://localhost/ardour2/branches/3.0@7749 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_ops.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index 6ea2aede45..d815f32847 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -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>