remove debug output

This commit is contained in:
Paul Davis 2022-01-27 12:02:05 -07:00
parent 0f4a5f2d52
commit 93401d1883
1 changed files with 0 additions and 1 deletions

View File

@ -570,7 +570,6 @@ void
ArdourMarker::set_position (timepos_t const & pos)
{
unit_position = editor.sample_to_pixel (pos.samples()) - _shift;
cerr << "marker @ " << this << " set pos to " << unit_position << endl;
group->set_x_position (unit_position);
setup_line ();
_position = pos;