commit crash caused by not displaying first and last points of an automation line...
[ardour.git] / gtk2_ardour / audio_region_view.cc
index d9cbfd01c305f0c7bbe30fec7a6f7633f079b481..aaeea53878a8527246dd4a98efb471708df76e7c 100644 (file)
@@ -155,8 +155,6 @@ AudioRegionView::init (Gdk::Color& basic_color, bool wfd)
 
        gain_line = new AudioRegionGainLine (foo, trackview.session(), *this, *group, audio_region()->envelope());
 
-       cerr << "Initializing RV for " << audio_region()->name() << " with " << audio_region()->envelope().size() << " points\n";
-
        if (!(_flags & EnvelopeVisible)) {
                gain_line->hide ();
        } else {