remove debug output

This commit is contained in:
Paul Davis 2019-11-23 15:54:21 -07:00
parent e75182b418
commit f561cc6dc2

View file

@ -4149,7 +4149,6 @@ Session::config_changed (std::string p, bool ours)
}
}
} else if (p == "loop-fade-choice") {
cerr << "LFC change, change auto-loop\n";
last_loopend = 0; /* force locate to refill buffers with new loop boundary data */
auto_loop_changed (_locations->auto_loop_location());
}