sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 1510a21f00897a9ef85563d4b5d2b09e7b5910af
parent 67714de1fe69da81140869b58f978cd67ce5a07d
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue,  6 Sep 2016 08:02:23 -0400

Remove extraneous logging

Diffstat:
Mwayland/pango.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/wayland/pango.c b/wayland/pango.c @@ -11,7 +11,6 @@ PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text int32_t scale, bool markup) { PangoLayout *layout = pango_cairo_create_layout(cairo); PangoAttrList *attrs = pango_attr_list_new(); - sway_log(L_DEBUG, "Font scale: %d", scale); pango_attr_list_insert(attrs, pango_attr_scale_new(scale)); if (markup) { pango_layout_set_markup(layout, text, -1);