diff options
Diffstat (limited to 'src/gui/PatchView.cpp')
-rw-r--r-- | src/gui/PatchView.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/PatchView.cpp b/src/gui/PatchView.cpp index b3b79ddf..bc31ee3a 100644 --- a/src/gui/PatchView.cpp +++ b/src/gui/PatchView.cpp @@ -173,8 +173,6 @@ PatchView::poly_changed() { const int poly = _poly_spin->get_value_as_int(); if (_enable_signal && poly != (int)_patch->internal_poly()) { - std::cerr << "POLY SPIN CHANGE " << _patch->internal_poly() - << " => " << poly << std::endl; _app->interface()->set_property( _patch->path(), _app->uris().ingen_polyphony, |