mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
remove debug output
This commit is contained in:
parent
f04ee50375
commit
dad47e445c
1 changed files with 2 additions and 4 deletions
|
|
@ -393,11 +393,9 @@ Plugin::realtime_handle_transport_stopped ()
|
|||
void
|
||||
Plugin::realtime_locate (bool for_loop_end)
|
||||
{
|
||||
std::cerr << name() << " RL fle = " << for_loop_end << std::endl;
|
||||
|
||||
//if (!for_loop_end) {
|
||||
if (!for_loop_end) {
|
||||
resolve_midi ();
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue