mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove mistakenly left-in debug stacktrace
This commit is contained in:
parent
cd78a168b2
commit
c144e807ef
1 changed files with 0 additions and 1 deletions
|
|
@ -382,7 +382,6 @@ Port::set_private_latency_range (LatencyRange& range, bool playback)
|
|||
name(),
|
||||
_private_playback_latency.min,
|
||||
_private_playback_latency.max));
|
||||
PBD::stacktrace (std::cerr, 20);
|
||||
} else {
|
||||
_private_capture_latency = range;
|
||||
DEBUG_TRACE (DEBUG::Latency, string_compose (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue