Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Dec 9, 2023
1 parent f83eead commit ba9a1c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/parser/src/entities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ impl<'a> ParserThread<'a> {
Ok(bitreader.decode(&decoder, &qf_map)?)
}
pub fn debug_inspect(result: &Variant, field: &Field) {
if let Field::Value(v) = field {
println!("{:?} {:?}", v.full_name, result);
}
if let Field::Value(v) = field {}
}
pub fn insert_field(entity: &mut Entity, result: Variant, field_info: Option<FieldInfo>) {
if let Some(fi) = field_info {
Expand Down

0 comments on commit ba9a1c4

Please sign in to comment.