13
0

remove noisy and unhelpful log message

This commit is contained in:
Paul Davis 2020-03-28 10:59:31 -06:00
parent 82eba76c8f
commit 6a930c81eb

View File

@ -215,7 +215,6 @@ Location::set_start (samplepos_t s, bool force, bool allow_beat_recompute, const
if (is_cd_marker()) {
if (s <= _session.current_start_sample()) {
info << _("You cannot put a CD marker at the start of the session") << endmsg;
return -1;
}
}