mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
remove debug output
This commit is contained in:
parent
def69dd383
commit
e927b34391
1 changed files with 0 additions and 1 deletions
|
|
@ -383,7 +383,6 @@ Bindings::Bindings (std::string const & name, Bindings & other)
|
|||
: _parent (&other)
|
||||
, _name (name)
|
||||
{
|
||||
PBD::stacktrace (std::cerr, 13);
|
||||
copy_from_parent (false);
|
||||
|
||||
BindingsChanged.connect_same_thread (bc, std::bind (&Bindings::parent_changed, this, _1));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue