Skip to content

Commit 45d66a6

Browse files
committed
Removed debug line
1 parent 8a9a3e5 commit 45d66a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rrex4.h

-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,6 @@ static void r4_validate_word_boundary_start(r4_t *r4) {
558558
}
559559
r4->valid =
560560
isalpha(*r4->str) && (r4->str == r4->_str || !isalpha(*(r4->str - 1)));
561-
printf("<<%d>>\n", r4->valid);
562561
if (r4->in_range || r4->in_block) {
563562
return r4->valid;
564563
}

0 commit comments

Comments
 (0)