mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Removed an accidental debugging printf.
This commit is contained in:
parent
61c99176ad
commit
266acde342
1 changed files with 0 additions and 1 deletions
|
@ -224,7 +224,6 @@ Val* do_split(StringVal* str_val, RE_Matcher* re, TableVal* other_sep,
|
|||
while ( n > 0 &&
|
||||
(end_of_match = re->MatchPrefix(&s[offset], n)) <= 0 )
|
||||
{
|
||||
printf("character %d\n", offset);
|
||||
// Move on to next character.
|
||||
++offset;
|
||||
--n;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue