[pango] Remove debug spew
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Remove debug spew
- Date: Mon, 4 Nov 2019 07:48:37 +0000 (UTC)
commit 8b0292f381f3f46f8841c377d65374691c1b2349
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Nov 4 07:46:45 2019 +0000
Remove debug spew
pango/ellipsize.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/pango/ellipsize.c b/pango/ellipsize.c
index cfe34d14..aedbc007 100644
--- a/pango/ellipsize.c
+++ b/pango/ellipsize.c
@@ -385,8 +385,6 @@ shape_ellipsis (EllipsizeState *state)
state->ellipsis_width = 0;
for (i = 0; i < glyphs->num_glyphs; i++)
state->ellipsis_width += glyphs->glyphs[i].geometry.width;
-
- g_print ("ellipsis width %d\n", state->ellipsis_width);
}
/* Helper function to advance a PangoAttrIterator to a particular
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]