remove output noise
diff --git a/util/hb-subset.cc b/util/hb-subset.cc
index 37ec7b5..db1ca11 100644
--- a/util/hb-subset.cc
+++ b/util/hb-subset.cc
@@ -59,7 +59,6 @@
       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);
   }