mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove debug output
This commit is contained in:
parent
1961a9207c
commit
b02a930c04
1 changed files with 0 additions and 1 deletions
|
|
@ -339,7 +339,6 @@ TriggerEntry::draw_launch_icon (Cairo::RefPtr<Cairo::Context> context, float sz,
|
|||
|
||||
case Disabled:
|
||||
/* not recording and no content in this slot, it is only a Stop button */
|
||||
std::cerr << tref.box() << " => Disabled!\n";
|
||||
context->move_to (margin, margin);
|
||||
context->rel_line_to (size, 0);
|
||||
context->rel_line_to (0, size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue