summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/engine/JackDriver.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/JackDriver.cpp b/src/engine/JackDriver.cpp
index 909a2209..638217fc 100644
--- a/src/engine/JackDriver.cpp
+++ b/src/engine/JackDriver.cpp
@@ -515,8 +515,6 @@ JackDriver::_sample_rate_cb(jack_nframes_t nframes)
int
JackDriver::_block_length_cb(jack_nframes_t nframes)
{
- cout << "FIXME: JACK BLOCK LENGTH CALLBACK: " << nframes << endl;
- return 0;
if (_root_patch) {
_block_length = nframes;
_root_patch->set_buffer_size(context(), *_engine.buffer_factory(), PortType::AUDIO,