Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed May 10, 2015
1 parent c985680 commit f63f1c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/6model/reprs/NFA.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ static MVMint64 * nqp_nfa_run(MVMThreadContext *tc, MVMNFABody *nfa, MVMString *
continue;
}
case MVM_NFA_EDGE_CODEPOINT_I_LL: {
fprintf(stderr, "MVM_NFA_EDGE_CODEPOINT_I_LL\n");
MVMGrapheme32 uc_arg = edge_info[i].arg.uclc.uc;
MVMGrapheme32 lc_arg = edge_info[i].arg.uclc.lc;
MVMGrapheme32 ord = MVM_string_get_grapheme_at_nocheck(tc, target, offset);
Expand All @@ -518,7 +517,6 @@ static MVMint64 * nqp_nfa_run(MVMThreadContext *tc, MVMNFABody *nfa, MVMString *
continue;
}
case MVM_NFA_EDGE_CODEPOINT_I: {
fprintf(stderr, "MVM_NFA_EDGE_CODEPOINT_I\n");
MVMGrapheme32 uc_arg = edge_info[i].arg.uclc.uc;
MVMGrapheme32 lc_arg = edge_info[i].arg.uclc.lc;
MVMGrapheme32 ord = MVM_string_get_grapheme_at_nocheck(tc, target, offset);
Expand Down

0 comments on commit f63f1c5

Please sign in to comment.