Remove debug code from previous.
authorCarl Hetherington <carl@carlh.net>
Thu, 7 Oct 2010 19:48:22 +0000 (19:48 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 7 Oct 2010 19:48:22 +0000 (19:48 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7884 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session.cc

index 54fb4c20bd03fc371e3d6efe743ecc5267b3a8ac..935267f1da6db8ae402a33f787b8377e722f455a 100644 (file)
@@ -4057,7 +4057,6 @@ Session::end_time_changed (framepos_t old)
        Location* l = _locations->auto_loop_location ();
 
        if (l->end() == old) {
-               cout << "set end to " << s->end() << "\n";
                l->set_end (s->end(), true);
        }
 }