remove debugging display of message on MCP device
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 8 Oct 2015 18:51:27 +0000 (14:51 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 8 Oct 2015 18:51:27 +0000 (14:51 -0400)
libs/surfaces/mackie/mackie_control_protocol.cc

index c195916df98efa1c1aeb58d37fba831cee3cfdb0..4e61e675acd3f7c1ca91abdf069c5cf75c9355e6 100644 (file)
@@ -463,16 +463,6 @@ MackieControlProtocol::periodic ()
 
        ARDOUR::microseconds_t now_usecs = ARDOUR::get_microseconds ();
 
-       static int cnt = 0;
-
-       cnt++;
-       if ((cnt != 1) && (cnt % 25 == 0)) {
-               if (_master_surface) {
-                       cerr << string_compose ("Cnt now %1 ", cnt) << endl;
-                       _master_surface->display_message_for (string_compose ("Cnt now %1\n12Hey Paul", cnt), 1000);
-               }
-       }
-
        {
                Glib::Threads::Mutex::Lock lm (surfaces_lock);