From 1f1565e08bf82c7159cd0c18e06c6ad8c17ada3b Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Sat, 11 Jun 2022 19:41:27 +0200 Subject: [PATCH] surface faderport: drop old debug print This showed up in test output, and was introduced 5 years ago in ecc2348ecc4 . --- libs/surfaces/faderport/faderport.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/surfaces/faderport/faderport.cc b/libs/surfaces/faderport/faderport.cc index 82736252cf..a15da726b8 100644 --- a/libs/surfaces/faderport/faderport.cc +++ b/libs/surfaces/faderport/faderport.cc @@ -194,8 +194,6 @@ FaderPort::FaderPort (Session& s) FaderPort::~FaderPort () { - cerr << "~FP\n"; - close (); if (_input_port) {