13
0

Remove debug code from previous.

git-svn-id: svn://localhost/ardour2/branches/3.0@7884 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-10-07 19:48:22 +00:00
parent dd7258b29f
commit a029a112a6

View 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);
}
}