mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
hide debug iteration inside #ifdef
This commit is contained in:
parent
8410161ae2
commit
c0eb86b586
1 changed files with 2 additions and 0 deletions
|
|
@ -2549,9 +2549,11 @@ Playlist::relayer ()
|
|||
}
|
||||
|
||||
DEBUG_TRACE (DEBUG::Layering, "relayer() using:\n");
|
||||
#ifndef NDEBUG
|
||||
for (auto const & r : copy) {
|
||||
DEBUG_TRACE (DEBUG::Layering, string_compose ("\t%1 %2\n", r->name (), r->layering_index ()));
|
||||
}
|
||||
#endif
|
||||
|
||||
for (auto const & r : copy) {
|
||||
/* find the time divisions that this region covers; if there are no regions on the list,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue