[kerx] Minor, remove debug bit
This commit is contained in:
parent
11703afce6
commit
42b75dc3a7
|
@ -513,7 +513,6 @@ struct KerxSubTableFormat6
|
||||||
inline bool sanitize (hb_sanitize_context_t *c) const
|
inline bool sanitize (hb_sanitize_context_t *c) const
|
||||||
{
|
{
|
||||||
TRACE_SANITIZE (this);
|
TRACE_SANITIZE (this);
|
||||||
printf ("%d\n", c->check_struct (this));
|
|
||||||
return_trace (likely (c->check_struct (this) &&
|
return_trace (likely (c->check_struct (this) &&
|
||||||
(is_long () ?
|
(is_long () ?
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue