mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove debugging stacktrace from mackie code
This commit is contained in:
parent
182cb89733
commit
8243aeb3a1
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue