summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRod Sheeter <rsheeter@google.com>2018-02-08 19:20:58 -0800
committerRod Sheeter <rsheeter@google.com>2018-02-08 19:20:58 -0800
commit8431c38cdc05ddcddb1aa5fbb72a95446b500fd2 (patch)
treee27333d1b6c647d525b75beaab75ecef1eb318e1 /util
parent5cca0c07afbe9ab4b28d333f6f853063ecd75aff (diff)
remove output noise
Diffstat (limited to 'util')
-rw-r--r--util/hb-subset.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/hb-subset.cc b/util/hb-subset.cc
index 37ec7b51..db1ca115 100644
--- a/util/hb-subset.cc
+++ b/util/hb-subset.cc
@@ -59,7 +59,6 @@ struct subset_consumer_t
gunichar cp = g_utf8_get_char(c);
hb_codepoint_t hb_cp = cp; // TODO(Q1) is this safe?
hb_set_add(codepoints, hb_cp);
- g_print (" U+%04X %" G_GINT32_FORMAT "\n", cp, cp);
} while ((c = g_utf8_find_next_char(c, text + text_len)) != nullptr);
}