mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
remove debug output
This commit is contained in:
parent
8a18929d57
commit
870625973e
1 changed files with 0 additions and 2 deletions
|
|
@ -74,8 +74,6 @@ ControlSet::control (const Parameter& parameter, bool create_if_missing)
|
||||||
{
|
{
|
||||||
Controls::iterator i = _controls.find(parameter);
|
Controls::iterator i = _controls.find(parameter);
|
||||||
|
|
||||||
cerr << "Look for " << parameter << endl;
|
|
||||||
|
|
||||||
if (i != _controls.end()) {
|
if (i != _controls.end()) {
|
||||||
return i->second;
|
return i->second;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue