diff --git a/lib/src/types/structure.rs b/lib/src/types/structure.rs index f755af4ef..519ba7f7a 100644 --- a/lib/src/types/structure.rs +++ b/lib/src/types/structure.rs @@ -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]