From 445604bff1dafe415014035ffa8f704c9538b4ed Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 Jul 2012 00:29:41 +0000 Subject: Sshh. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4565 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchView.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/PatchView.cpp') 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, -- cgit v1.2.1