remove debug output

This commit is contained in:
Paul Davis
2025-05-16 15:56:21 -06:00
parent 2d79195264
commit 72bb24bb1b

View File

@@ -969,7 +969,6 @@ Pianoroll::idle_data_captured ()
case Recording:
break;
default:
std::cerr << "Idle data callback but no longer recording\n";
return false;
}