Skip to content

Commit

Permalink
remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
awbcmu committed Sep 22, 2020
1 parent b66315e commit ddca83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cmu_grapheme_lex/cmu_grapheme_lex.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ cst_val *cmu_grapheme_lex_lts_function(const struct lexicon_struct *l,
/* afterwards */
cst_utf8_as_hex(val_string(val_car(v)),ord);
phindex = cst_find_u2sampa(ord);
printf("awb_debug lookup sampa %s %s\n",val_string(val_car(v)),ord);
#if 0
printf("awb_debug lookup sampa %s %s\n",val_string(val_car(v)),ord);
if (phindex < 0)
printf("awb_debug no sampa %s %s\n",val_string(val_car(v)),ord);
#endif
Expand Down

0 comments on commit ddca83a

Please sign in to comment.