summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-27 00:29:41 +0000
committerDavid Robillard <d@drobilla.net>2012-07-27 00:29:41 +0000
commit445604bff1dafe415014035ffa8f704c9538b4ed (patch)
tree34416a6e8fff87799db2027a3b892cff8637bc89 /src
parent3ffafb3fad3f06f735d91048ed36abd25c514d7a (diff)
downloadingen-445604bff1dafe415014035ffa8f704c9538b4ed.tar.gz
ingen-445604bff1dafe415014035ffa8f704c9538b4ed.tar.bz2
ingen-445604bff1dafe415014035ffa8f704c9538b4ed.zip
Sshh.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4565 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/gui/PatchView.cpp2
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,