summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-10 19:10:52 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-10 19:10:52 -0400
commit0947791a800aa20ee0ea6a0334c789ab7a34fa90 (patch)
treef4a27a2e67351457b1a6e657cda45c52cc95f0b0 /gtk2_ardour/editor_canvas.cc
parent525cb6b4a77e0127ebbb1b8e06d28711927b1633 (diff)
remove debug output
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index 4776ffee00..e0ceb7a8e2 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -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) {