13
0

Remove debug output.

git-svn-id: svn://localhost/ardour2/branches/3.0@7331 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-06-30 00:08:49 +00:00
parent dbf3ba2d73
commit d489009af7

View File

@ -111,7 +111,6 @@ Editor::track_canvas_scroll (GdkEventScroll* ev)
current_stepping_trackview->step_height (false);
return true;
} else {
cout << "down line\n";
scroll_tracks_down_line ();
return true;
}