From 6a930c81ebd618a48ce67d477dfbc85b5f4f1f5c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 28 Mar 2020 10:59:31 -0600 Subject: [PATCH] remove noisy and unhelpful log message --- libs/ardour/location.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/location.cc b/libs/ardour/location.cc index 221bb05020..f0ac96f7c4 100644 --- a/libs/ardour/location.cc +++ b/libs/ardour/location.cc @@ -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; } }