mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
remove debug output
This commit is contained in:
parent
4d14ae4e23
commit
984f4487e0
1 changed files with 0 additions and 5 deletions
|
|
@ -22,7 +22,6 @@
|
|||
#include "pbd/xml++.h"
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/locale_guard.h"
|
||||
#include "pbd/stacktrace.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
|
|
@ -122,10 +121,6 @@ Controllable::get_state ()
|
|||
|
||||
node->add_property (X_("name"), _name);
|
||||
|
||||
if (_name == "gaincontrol") {
|
||||
PBD::stacktrace (cerr, 20);
|
||||
}
|
||||
|
||||
id().print (buf, sizeof (buf));
|
||||
node->add_property (X_("id"), buf);
|
||||
node->add_property (X_("flags"), enum_2_string (_flags));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue