remove output noise

This commit is contained in:
Rod Sheeter 2018-02-08 19:20:58 -08:00
parent 5cca0c07af
commit 8431c38cdc
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}