remove debugging stacktrace from mackie code
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 9 Feb 2017 11:47:25 +0000 (12:47 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 9 Feb 2017 11:47:25 +0000 (12:47 +0100)
libs/surfaces/mackie/mackie_control_protocol.cc

index 2a5d710eafe52d968abe591b808b64f8342d14a4..435c0b32b9a5d3c2db3ffc8788f436b0c5305dda 100644 (file)
@@ -368,7 +368,6 @@ int
 MackieControlProtocol::switch_banks (uint32_t initial, bool force)
 {
        DEBUG_TRACE (DEBUG::MackieControl, string_compose ("switch banking to start at %1 force ? %2 current = %3\n", initial, force, _current_initial_bank));
-       PBD::stacktrace (cerr, 20);
 
        if (initial == _current_initial_bank && !force) {
                /* everything is as it should be */