summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index c62cb70153..2025bce69d 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -794,7 +794,6 @@ Editor::build_region_boundary_cache ()
switch (*p) {
case Start:
rpos = r->first_sample();
- cerr << "use start of " << r->name() << endl;
break;
case End: