From 610125b87cc019e515d7784c13a1a49b64cae556 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 27 Dec 2021 11:24:03 -0700 Subject: [PATCH] remove call to #ifdef'ed code --- libs/ardour/route.cc | 2 -- 1 file changed, 2 deletions(-) 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); - } }