From 6355dae9b9b4c56d756e55f6b59770e0a5e4ab3a Mon Sep 17 00:00:00 2001 From: oroulet Date: Wed, 8 Jan 2025 12:59:15 +0100 Subject: [PATCH] Update samples/custom-structures-client/src/main.rs Co-authored-by: Sander van Harmelen --- samples/custom-structures-client/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/custom-structures-client/src/main.rs b/samples/custom-structures-client/src/main.rs index 4b04b524..b4d55cb3 100644 --- a/samples/custom-structures-client/src/main.rs +++ b/samples/custom-structures-client/src/main.rs @@ -132,7 +132,6 @@ async fn read_structure_var(session: &Arc, ns: u16) -> Result<(), Statu panic!("Unexpected variant type"); }; let val: DynamicStructure = *val.into_inner_as().unwrap(); - dbg!(&val.get_field(0)); dbg!(&val.get_field(1)); dbg!(&val.get_field(2));