Remove debug message and trailing whitespace
authorRobin Gareus <robin@gareus.org>
Tue, 27 Mar 2018 13:30:34 +0000 (15:30 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 27 Mar 2018 13:30:48 +0000 (15:30 +0200)
gtk2_ardour/editor_selection.cc

index 6ee5dc0f38382bfaba3745a4ac8dc8d2d9c6e121..bc0a21c4e478a6d8f00754d0b15d3862f44daa47 100644 (file)
@@ -1158,11 +1158,10 @@ Editor::presentation_info_changed (PropertyChange const & what_changed)
 void
 Editor::track_selection_changed ()
 {
-cout << "resetting paste count" << endl;
        /* reset paste count, so the plaste location doesn't get incremented
         * if we want to paste in the same place, but different track. */ 
        paste_count = 0;
-       
+
        if ( _session->solo_selection_active() )
                play_solo_selection(false);
 }