mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +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:
|
case Disabled:
|
||||||
/* not recording and no content in this slot, it is only a Stop button */
|
/* 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->move_to (margin, margin);
|
||||||
context->rel_line_to (size, 0);
|
context->rel_line_to (size, 0);
|
||||||
context->rel_line_to (0, size);
|
context->rel_line_to (0, size);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue