mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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;
|
||||
Location::Flags flags = Location::Flags (extra_flags|Location::IsMark);
|
||||
|
||||
std::cerr << "adding marker @ " << where << std::endl;
|
||||
|
||||
if (flags & Location::IsCueMarker) {
|
||||
/* XXX i18n needed for cue letter names */
|
||||
markername = string_compose (_("cue %1"), cue_marker_name (cue_id));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue