From 3f8f1b3478dd00dc92776c36034b534bcc3b0684 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 28 Sep 2011 00:36:23 +0000 Subject: [PATCH] Remove some debug messages. git-svn-id: svn://localhost/ardour2/branches/3.0@10150 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/midi_region_view.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk2_ardour/midi_region_view.cc b/gtk2_ardour/midi_region_view.cc index e6ffe1bd51..995a8d194f 100644 --- a/gtk2_ardour/midi_region_view.cc +++ b/gtk2_ardour/midi_region_view.cc @@ -1547,16 +1547,12 @@ MidiRegionView::update_note (CanvasNote* ev, bool update_ghost_regions) { boost::shared_ptr note = ev->note(); - cerr << "Note " << *note << " @ region frames " << source_beats_to_region_frames (note->time()) << endl; - const double x = trackview.editor().frame_to_pixel (source_beats_to_region_frames (note->time())); const double y1 = midi_stream_view()->note_to_y(note->note()); ev->property_x1() = x; ev->property_y1() = y1; - cerr << "\t" << x << " ... "; - /* trim note display to not overlap the end of its region */ if (note->length() > 0) {