mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
remove debug output
This commit is contained in:
parent
32abe76cd1
commit
badffd5398
1 changed files with 0 additions and 1 deletions
|
|
@ -462,7 +462,6 @@ Editor::update_ruler_visibility ()
|
|||
|
||||
old_unit_pos = clock_ruler->position().y;
|
||||
if (pos != old_unit_pos) {
|
||||
std::cerr << "move clock by " << ArdourCanvas::Duple (0.0, pos - old_unit_pos) << std::endl;
|
||||
clock_ruler->move (ArdourCanvas::Duple (0.0, pos - old_unit_pos));
|
||||
}
|
||||
clock_ruler->show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue