From 5462294629aedc6ba013502603de45af701d1ee7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 7 Sep 2014 20:42:50 +0200 Subject: [PATCH] remove debug message --- gtk2_ardour/editor_routes.cc | 1 - 1 file changed, 1 deletion(-) 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; }