summaryrefslogtreecommitdiff
path: root/libs/ardour/parameter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/parameter.cc')
-rw-r--r--libs/ardour/parameter.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/parameter.cc b/libs/ardour/parameter.cc
index aa480e47a2..528d7e114c 100644
--- a/libs/ardour/parameter.cc
+++ b/libs/ardour/parameter.cc
@@ -56,8 +56,6 @@ Parameter::Parameter(const std::string& str)
sscanf(str.c_str(), "midicc-%d-%d", &channel, &_id);
assert(channel < 16);
_channel = channel;
- cout << "LOADED PARAMETER " << str << " chan " << _channel << " id " << _id << endl;
- //_id = atoi(str.c_str()+7);
} else {
PBD::warning << "Unknown Parameter '" << str << "'" << endmsg;
}