mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove debug output
This commit is contained in:
parent
36525a1ada
commit
73f41a4d3b
1 changed files with 0 additions and 4 deletions
|
|
@ -9706,8 +9706,6 @@ Editor::do_ripple (std::shared_ptr<Playlist> target_playlist, timepos_t const &
|
||||||
|
|
||||||
for (auto & p : playlists) {
|
for (auto & p : playlists) {
|
||||||
|
|
||||||
std::cerr << "ripple " << p->name() << " @ " << p << std::endl;
|
|
||||||
|
|
||||||
/* exclude list is only for the target */
|
/* exclude list is only for the target */
|
||||||
|
|
||||||
if (p == target_playlist) {
|
if (p == target_playlist) {
|
||||||
|
|
@ -9719,11 +9717,9 @@ Editor::do_ripple (std::shared_ptr<Playlist> target_playlist, timepos_t const &
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (add_to_command) {
|
if (add_to_command) {
|
||||||
std::cerr << "\tatc\n";
|
|
||||||
p->rdiff_and_add_command (_session);
|
p->rdiff_and_add_command (_session);
|
||||||
}
|
}
|
||||||
} else if (affected_pls.find (p) == affected_pls.end ()) {
|
} else if (affected_pls.find (p) == affected_pls.end ()) {
|
||||||
std::cerr << "\trac\n";
|
|
||||||
p->clear_changes ();
|
p->clear_changes ();
|
||||||
p->clear_owned_changes ();
|
p->clear_owned_changes ();
|
||||||
p->ripple (at, distance, 0);
|
p->ripple (at, distance, 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue