From f745777c60455e31d4f30ca0b06f06b8d062b013 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 3 Mar 2020 19:14:41 +0330 Subject: [PATCH] minor, debug bit, ops --- src/hb-ot-layout-gsubgpos.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-ot-layout-gsubgpos.hh b/src/hb-ot-layout-gsubgpos.hh index db4247fae..64afe4fd4 100644 --- a/src/hb-ot-layout-gsubgpos.hh +++ b/src/hb-ot-layout-gsubgpos.hh @@ -3160,7 +3160,6 @@ struct GSUBGPOS if (unlikely (!this->accels)) this->lookup_count = 0; -printf ("%d\n", lookup_count); for (unsigned int i = 0; i < this->lookup_count; i++) this->accels[i].init (table->get_lookup (i)); }