summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-02-29 21:26:30 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:38 -0400
commit984f4487e0c66e1ae4d3c732e48e00d4470cad8b (patch)
tree165a8093d676a1be03e731ce0ccfc95c5d228733
parent4d14ae4e23bc58e356dcda387213d0ba4ab6364b (diff)
remove debug output
-rw-r--r--libs/pbd/controllable.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/libs/pbd/controllable.cc b/libs/pbd/controllable.cc
index a4c097c3f0..6b92e84926 100644
--- a/libs/pbd/controllable.cc
+++ b/libs/pbd/controllable.cc
@@ -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));