mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 01:56:34 +01:00
remove debug output
This commit is contained in:
parent
4d8a0b3535
commit
dd8f5c477f
1 changed files with 0 additions and 2 deletions
|
|
@ -786,8 +786,6 @@ Editor::mouse_add_new_marker (timepos_t where, Location::Flags extra_flags, int3
|
||||||
string namebase;
|
string namebase;
|
||||||
Location::Flags flags = Location::Flags (extra_flags|Location::IsMark);
|
Location::Flags flags = Location::Flags (extra_flags|Location::IsMark);
|
||||||
|
|
||||||
std::cerr << "adding marker @ " << where << std::endl;
|
|
||||||
|
|
||||||
if (flags & Location::IsCueMarker) {
|
if (flags & Location::IsCueMarker) {
|
||||||
/* XXX i18n needed for cue letter names */
|
/* XXX i18n needed for cue letter names */
|
||||||
markername = string_compose (_("cue %1"), cue_marker_name (cue_id));
|
markername = string_compose (_("cue %1"), cue_marker_name (cue_id));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue