remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 27 Jul 2015 21:17:36 +0000 (17:17 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 22 Feb 2016 20:31:23 +0000 (15:31 -0500)
gtk2_ardour/ardour_ui_dependents.cc

index 42816dd482ae9db9d16b938317ef38d56cfac192..ba6ca5373f895232a8bbad9bebc875a1683ce734 100644 (file)
@@ -65,14 +65,10 @@ ARDOUR_UI::we_have_dependents ()
 
        /* catch up on tabbable state */
 
-       std::cerr << "Tab catch up\n";
-       
        tabbable_state_change (*editor);
        tabbable_state_change (*mixer);
        tabbable_state_change (*rc_option_editor);
        
-       std::cerr << "Tab catch done\n";
-       
        /* all actions are defined */
 
        ActionManager::enable_accelerators ();