mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 11:26:00 +01:00
comment out debug trace output
This commit is contained in:
parent
58f1e0adf6
commit
7d87347fba
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ DiskWriter::run (BufferSet& bufs, framepos_t start_frame, framepos_t end_frame,
|
|||
_need_butler = true;
|
||||
}
|
||||
|
||||
DEBUG_TRACE (DEBUG::Butler, string_compose ("%1 writer run, needs butler = %2\n", name(), _need_butler));
|
||||
// DEBUG_TRACE (DEBUG::Butler, string_compose ("%1 writer run, needs butler = %2\n", name(), _need_butler));
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue