summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-13 15:11:07 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-13 15:11:07 +0000
commit98834c05324b6e5be70e642ef5b5d62f6d34334a (patch)
tree99fb84768e4b1958fb08ae807b872599f0a7e660 /gtk2_ardour/editor_ops.cc
parent06fa1b73e581558ee1b21d0e313db8c2560d422e (diff)
remove a bunch of cerr output and/or convert to use error<<
git-svn-id: svn://localhost/ardour2/branches/3.0@13477 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index ac402981a8..5e2e2081b4 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -4746,8 +4746,6 @@ Editor::insert_patch_change (bool from_context)
const framepos_t p = get_preferred_edit_position (false, from_context);
- cerr << "Got " << rs.size() << " regions to add patch change to\n";
-
/* XXX: bit of a hack; use the MIDNAM from the first selected region;
there may be more than one, but the PatchChangeDialog can only offer
one set of patch menus.