summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2020-03-25 15:12:13 -0600
committerPaul Davis <paul@linuxaudiosystems.com>2020-03-25 15:12:30 -0600
commit4151ec19074913376b3a6a19a0812f9fdebe7eca (patch)
tree81eef6d265981a1bb83117af14859303ed95a02c /gtk2_ardour/editor_mouse.cc
parenta0f2ae483393a0362053a39a86652485ee799312 (diff)
remove accumulated debug output
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index 7183f96089..7c17228313 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -179,8 +179,6 @@ Editor::canvas_event_sample (GdkEvent const * event, double* pcx, double* pcy) c
return 0;
}
- cerr << "Event coords " << x << ", " << y << " zoom = " << samples_per_pixel << " loc = " << pixel_to_sample_from_event (x) << endl;
-
if (pcx) {
*pcx = x;
}
@@ -1653,7 +1651,6 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
switch (item_type) {
/* see comments in button_press_handler */
case PlayheadCursorItem:
- std::cerr << "in middle of playhead cursor event handler\n";
case MarkerItem:
case GainLineItem:
case AutomationLineItem: