diff options
| author | mat <github@matdoes.dev> | 2021-12-11 18:03:07 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-11 18:03:07 -0600 |
| commit | 3763d086f6e6f6c49ac996ec2b787d9de0d3bab7 (patch) | |
| tree | 271bf8d78c36e282bf1c116290893232aed4ffa6 /minecraft-chat/src | |
| parent | ba911a8a207eb47df7a055410570767b2e33c2ae (diff) | |
| download | azalea-drasl-3763d086f6e6f6c49ac996ec2b787d9de0d3bab7.tar.xz | |
misc polish
Diffstat (limited to 'minecraft-chat/src')
| -rw-r--r-- | minecraft-chat/src/component.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/minecraft-chat/src/component.rs b/minecraft-chat/src/component.rs index 2ff6111a..22e803bd 100644 --- a/minecraft-chat/src/component.rs +++ b/minecraft-chat/src/component.rs @@ -111,9 +111,7 @@ impl<'de> Deserialize<'de> for Component { where D: Deserializer<'de>, { - println!("deserializing component"); let json: serde_json::Value = serde::Deserialize::deserialize(de)?; - println!("made json"); // we create a component that we might add siblings to let mut component: Component; |
