remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 1 Mar 2016 02:26:30 +0000 (21:26 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:38 +0000 (15:30 -0400)
libs/pbd/controllable.cc

index a4c097c3f0c215b994f4d7fed73b711456c7e36b..6b92e84926332eebea63d2d7c8c7771e629e81d3 100644 (file)
@@ -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));