remove debug output/ifdef

This commit is contained in:
Paul Davis 2017-01-27 19:08:50 +01:00
parent e5aa0d774e
commit 155b1dc4c8

View File

@ -382,7 +382,7 @@ ArdourButton::render (cairo_t* cr, cairo_rectangle_t *)
// Text, if any
if (!_pixbuf && ((_elements & Text)==Text) && !_text.empty()) {
assert(_layout);
#if 1 // DEBUG style (print on hover)
#if 0 // DEBUG style (print on hover)
if (_hovering || (_elements & Inactive)) {
bool layout_font = true;
Pango::FontDescription fd = _layout->get_font_description();