diff options
Diffstat (limited to 'src/libs/gui/ControlGroups.cpp')
-rw-r--r-- | src/libs/gui/ControlGroups.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/gui/ControlGroups.cpp b/src/libs/gui/ControlGroups.cpp index dc585975..0803b5ba 100644 --- a/src/libs/gui/ControlGroups.cpp +++ b/src/libs/gui/ControlGroups.cpp @@ -167,8 +167,6 @@ SliderControlGroup::menu_properties() void SliderControlGroup::set_value(const Atom& atom) { - cout << "CONTROL VALUE CHANGED" << endl; - float val = atom.get_float(); if (_port_model->is_integer()) |