remove debug output
This commit is contained in:
parent
8a18929d57
commit
870625973e
@ -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…
Reference in New Issue
Block a user