diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 45afefcbdc..547177e4b4 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -5300,8 +5300,6 @@ Route::setup_invisible_processors () if (_triggerbox && (_disk_io_point != DiskIOCustom)) { /* BEFORE polarity */ new_processors.insert (polarity_pos, _triggerbox); - dump_processors ("tbn", new_processors); - } }