summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-11-23 15:54:21 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-11-23 15:54:21 -0700
commitf561cc6dc2f986f15b491d95bbe6f8c1619b334b (patch)
tree87c93b12ed7023a7b87268c026c535ff0ffbbd8f /libs/ardour/session_state.cc
parente75182b41864ddc9a04f02ad9a24ec3c1db4a704 (diff)
remove debug output
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 12d2c706ea..a07eb9aad3 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -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());
}