13
0

remove debug output

This commit is contained in:
Paul Davis 2022-01-27 12:02:05 -07:00
parent 0f4a5f2d52
commit 93401d1883

View File

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