Skip to content

Commit

Permalink
Remove printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed May 23, 2024
1 parent f1640e2 commit 46ae348
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libyara/re_lexer.l
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ int yr_parse_re_string(

yyset_extra(*re_ast, yyscanner);
yy_scan_string(re_string, yyscanner);
printf("parse: %s\n", re_string);

yyparse(yyscanner, &lex_env);
yylex_destroy(yyscanner);
Expand Down

0 comments on commit 46ae348

Please sign in to comment.