Skip to content

Commit d44613d

Browse files
committed
clap: remove param sync debug output
1 parent a257cc3 commit d44613d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/engine/clapprovider.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,6 @@ class CLAPParameter : public Parameter
847847
if (! _params->get_value (_plugin, _info.id, &value))
848848
return;
849849

850-
std::cout << "sync=" << value << " min: " << _range.start << " max: " << _range.end << std::endl;
851-
852850
value = _range.convertTo0to1 (value);
853851
if (! juce::exactlyEqual (value, (double) _value.load()))
854852
{

0 commit comments

Comments
 (0)