diff options
author | Phil Jones <philj56@gmail.com> | 2022-06-26 10:34:00 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-06-26 10:34:00 +0100 |
commit | 89425157ecc83b93d62ba256a397e6aca9492ad8 (patch) | |
tree | 0a4d2d9a2af05186c5cd8f16334ee3445b98faeb /src/entry_backend/pango.c | |
parent | 4663e85eefb6bc5dd68a0d18c947f221176920cb (diff) |
Remove spurious debug log.
Diffstat (limited to 'src/entry_backend/pango.c')
-rw-r--r-- | src/entry_backend/pango.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entry_backend/pango.c b/src/entry_backend/pango.c index 6c2399a..019933e 100644 --- a/src/entry_backend/pango.c +++ b/src/entry_backend/pango.c @@ -17,7 +17,6 @@ void entry_backend_pango_init(struct entry *entry, uint32_t *width, uint32_t *he PangoContext *context = pango_cairo_create_context(cr); log_debug("Creating Pango font description.\n"); - log_debug("%s\n", entry->font_name); PangoFontDescription *font_description = pango_font_description_from_string(entry->font_name); pango_font_description_set_size( |