13
0

remove debug output

This commit is contained in:
Paul Davis 2013-07-10 19:10:52 -04:00
parent 525cb6b4a7
commit 0947791a80

View File

@ -577,8 +577,6 @@ Editor::autoscroll_canvas ()
new_frame = leftmost_frame;
}
cerr << "new frame = " << new_frame << " current = " << leftmost_frame << endl;
double vertical_pos = vertical_adjustment.get_value();
if (autoscroll_y < 0) {