mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove debug output
This commit is contained in:
parent
19f6b5277c
commit
a2af6ef0fc
1 changed files with 0 additions and 1 deletions
|
|
@ -2205,7 +2205,6 @@ Editor::set_state (const XMLNode& node, int version)
|
|||
if (!node.get_property ("zoom-focus", zf)) {
|
||||
zf = ZoomFocusLeft;
|
||||
}
|
||||
std::cerr << "from state, set ZF to " << enum_2_string (zf) << std::endl;
|
||||
set_zoom_focus (zf);
|
||||
|
||||
node.get_property ("marker-click-behavior", marker_click_behavior);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue