mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 07:26:32 +01:00
remove debug output
This commit is contained in:
parent
fbdf06a794
commit
eee0fdf2d5
1 changed files with 0 additions and 2 deletions
|
|
@ -499,8 +499,6 @@ ARDOUR_UI::parameter_changed (std::string p)
|
|||
using namespace Temporal;
|
||||
const samplecnt_t limit = (99*60*60) + (59*60) + (59); /* seconds */
|
||||
|
||||
std::cerr <<"\n\n\n CDL changed to " << UIConfiguration::instance().get_clock_display_limit() << " vs. " << limit << " \n\n";
|
||||
|
||||
if (UIConfiguration::instance().get_clock_display_limit() > limit) {
|
||||
UIConfiguration::instance().set_clock_display_limit (limit);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue