Skip to content

Commit

Permalink
chore: remove println statement
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Feb 26, 2024
1 parent d50dbfd commit 7695c7f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/types/structure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ impl Struct {
let syntax = msg_descriptor.file_descriptor().syntax();
let mut fields = Vec::new();

println!("message: {:?}", msg_descriptor.full_name());

for fd in msg_descriptor.fields() {
// The field should be ignored if it was annotated with:
// [(yara.field_options).ignore = true]
Expand Down

0 comments on commit 7695c7f

Please sign in to comment.