remove debug output

This commit is contained in:
Paul Davis 2020-03-30 17:37:10 -06:00
parent 04635896d4
commit b7e30cfc24
2 changed files with 0 additions and 2 deletions

View File

@ -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?

View File

@ -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: