13
0

remove some debug output

This commit is contained in:
Paul Davis 2021-12-21 17:58:29 -07:00
parent c7e778bba0
commit 8e86451685

View File

@ -113,9 +113,6 @@ AudioClipEditor::ClipBBTMetric::get_marks (std::vector<ArdourCanvas::Ruler::Mark
marks.push_back (mark);
beat_number++;
last = n;
std::cerr << "mark at " << mark.label << " @ " << mark.position << std::endl;
} else {
std::cerr << n << " - " << last << " = " << (n - last) << " pix " << (n - last) / units_per_pixel << std::endl;
}
}
}