summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-03-30 17:37:10 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-03-30 17:37:10 -0600
commitb7e30cfc24ab8142914ca16d84291bbb68511ec4 (patch)
treee449abd15274cbaa3fb0daacdecf7273ee8c812b /gtk2_ardour
parent04635896d44301f3a072e715052afcfbabf69e30 (diff)
remove debug output
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor.cc1
-rw-r--r--gtk2_ardour/editor_ops.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 7a2f51c5cc..63ca5c5098 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -3020,7 +3020,6 @@ Editor::snap_to_internal (MusicSample& start, RoundMode direction, SnapPref pref
MusicSample pre(presnap, 0);
MusicSample post = snap_to_grid (pre, direction, pref);
check_best_snap(presnap, post.sample, dist, best);
- cerr << best << endl;
}
/* now check "magnetic" state: is the grid within reasonable on-screen distance to trigger a snap?
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: