From 8d828faa6491daad94b196e4785564ee7209cce9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 May 2012 21:33:02 +0000 Subject: remove some debug noise from previous commit git-svn-id: svn://localhost/ardour2/branches/3.0@12254 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/audioregion.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/ardour/audioregion.cc') diff --git a/libs/ardour/audioregion.cc b/libs/ardour/audioregion.cc index 1e85b61ce5..14be39b931 100644 --- a/libs/ardour/audioregion.cc +++ b/libs/ardour/audioregion.cc @@ -987,8 +987,6 @@ AudioRegion::set_fade_in (FadeShape shape, framecnt_t len) boost::shared_ptr c2 (new Evoral::ControlList (FadeInAutomation)); boost::shared_ptr c3 (new Evoral::ControlList (FadeInAutomation)); - cerr << "Resetting fade in to " << shape << " len = " << len << endl; - _fade_in->freeze (); _fade_in->clear (); _inverse_fade_in->clear (); @@ -1044,9 +1042,7 @@ AudioRegion::set_fade_in (FadeShape shape, framecnt_t len) _default_fade_in = false; _fade_in->thaw (); - cerr << "SEND CHANGE SIGNAL\n"; send_change (PropertyChange (Properties::fade_in)); - cerr << "DONE CHANGE SIGNAL\n"; } void -- cgit v1.2.3