Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetf committed May 28, 2018
1 parent 22b0437 commit 6dcc2fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/font_pango.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ static int get_glyph(struct face *face, struct kmscon_glyph **out,
ret = -ERANGE;
goto out_glyph;
}
log_notice("italic for id %"PRIu64": %s: %d", id, val, attr->italic);
pango_layout_set_text(layout, val, ulen);
free(val);

Expand Down
1 change: 0 additions & 1 deletion src/text_gltex.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ static int find_glyph(struct kmscon_text *txt, struct glyph **out,
font->attr.italic = true;
else
font->attr.italic = false;
log_notice("font attr for id %"PRIu64": underline %d, italic %d", id, attr->underline, attr->italic);

res = shl_hashtable_find(gtable, (void**)&glyph,
(void*)(uint64_t)id);
Expand Down

0 comments on commit 6dcc2fd

Please sign in to comment.