mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove debug output
This commit is contained in:
parent
cf83815133
commit
5d7b421a0b
2 changed files with 0 additions and 3 deletions
|
|
@ -741,8 +741,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);
|
||||
|
||||
cerr << "adding new marker @ " << where << endl;
|
||||
|
||||
if (_session) {
|
||||
|
||||
if (flags & Location::IsCueMarker) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue