13
0

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 pre(presnap, 0);
MusicSample post = snap_to_grid (pre, direction, pref); MusicSample post = snap_to_grid (pre, direction, pref);
check_best_snap(presnap, post.sample, dist, best); 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? /* 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) { switch (*p) {
case Start: case Start:
rpos = r->first_sample(); rpos = r->first_sample();
cerr << "use start of " << r->name() << endl;
break; break;
case End: case End: