summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-07 20:42:50 +0200
committerRobin Gareus <robin@gareus.org>2014-09-07 20:42:50 +0200
commit5462294629aedc6ba013502603de45af701d1ee7 (patch)
tree2668e9b3df61bfa1183d4e2264568d5ad9565797 /gtk2_ardour
parent27631e7c7f0f015f7eb851dd1d261c0f4d19caf7 (diff)
remove debug message
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/editor_routes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 86a1fdbe57..e066e721fe 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -556,7 +556,6 @@ EditorRoutes::redisplay ()
// model deprecated g_atomic_int_exchange_and_add(, 1)
g_atomic_int_inc(&_redisplay_active);
if (!g_atomic_int_compare_and_exchange (&_redisplay_active, 1, 1)) {
- printf ("SKIP redisplay\n");
return;
}