remove some debug printfs

This commit is contained in:
Ben Loftis 2022-09-30 08:37:16 -05:00
parent be28c9ff88
commit ddfefa2583
1 changed files with 0 additions and 2 deletions

View File

@ -1741,10 +1741,8 @@ Route::stop_triggers (bool now)
{ {
if (_triggerbox) { if (_triggerbox) {
if (now) { if (now) {
std::cerr << "stop immedaitely\n";
_triggerbox->stop_all_immediately (); _triggerbox->stop_all_immediately ();
} else { } else {
std::cerr << "stop quantized\n";
_triggerbox->stop_all_quantized(); _triggerbox->stop_all_quantized();
} }
} }