remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 9 Jul 2015 17:18:24 +0000 (13:18 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 22 Feb 2016 20:31:21 +0000 (15:31 -0500)
gtk2_ardour/editor.cc

index f1dd0b2edd51cb018901e09b31d78e08c1de06fe..39c9a4fa2032a4f3813afaeca823e3408eac2b72 100644 (file)
@@ -1336,8 +1336,6 @@ Editor::set_session (Session *t)
           the selected Marker; this needs the LocationMarker list to be available.
        */
        XMLNode* node = ARDOUR_UI::instance()->editor_settings();
-
-       cerr << "Editor - found state node " << node << endl;
        set_state (*node, Stateful::loading_state_version);
 
        /* catch up with the playhead */