From 3f112f17c02cd5fe46cfa1e15970f4d58e4b23a8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 1 Jul 2014 15:11:09 -0400 Subject: [PATCH] remove debug output --- libs/ardour/route.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index bac9996dee..5df58ea846 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -3441,8 +3441,6 @@ Route::MuteControllable::set_value (double val) return; } - cerr << " _route->mute with val = " << val << endl; - rl->push_back (r); _session.set_mute (rl, bval); }