summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-03-27 15:30:34 +0200
committerRobin Gareus <robin@gareus.org>2018-03-27 15:30:48 +0200
commit929cea9ef48948b483ce9013b933e6007156bc66 (patch)
tree942859a490de2b49fdeb92ff3c4ac83c0cee1ad0
parent224295266f2942974095b66d74b70c7c000bc470 (diff)
Remove debug message and trailing whitespace
-rw-r--r--gtk2_ardour/editor_selection.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index 6ee5dc0f38..bc0a21c4e4 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -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);
}