13
0

remove debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@13850 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-16 02:31:14 +00:00
parent 2037b95347
commit 3d5f247263

View File

@ -204,10 +204,7 @@ Session::realtime_stop (bool abort, bool clear_state)
if (_transport_speed < 0.0f) {
todo = (PostTransportWork (todo | PostTransportStop | PostTransportReverse));
cerr << "Stop with reverse speed\n";
_default_transport_speed = 1.0;
} else {
todo = PostTransportWork (todo | PostTransportStop);
}