13
0

remove some debug output

This commit is contained in:
Paul Davis 2021-03-18 12:08:52 -06:00
parent 6bc8a7347f
commit 162d36ffc8
2 changed files with 0 additions and 5 deletions

View File

@ -1835,12 +1835,8 @@ AudioClock::on_motion_notify_event (GdkEventMotion *ev)
timepos_t pos = current_time ();
timepos_t step = get_incremental_step (drag_field, pos);
cerr << "step " << step;
step *= fabs (drag_accum);
cerr << " via DA " << drag_accum << " actual " << step << endl;
if (drag_accum > 0) { /* positive, so downward motion ... decrement clock */
if (!step.zero() && (step < pos)) {

View File

@ -268,7 +268,6 @@ Editor::compute_current_bbt_points (Temporal::TempoMapPoints& grid, samplepos_t
case bbt_show_thirtyseconds:
case bbt_show_sixtyfourths:
case bbt_show_onetwentyeighths:
cout << "GG " << leftmost << " .. " << rightmost << " 0\n";
tmap->get_grid (grid, max (tmap->superclock_at (lower_beat), (superclock_t) 0), samples_to_superclock (rightmost, sr), 0);
break;