aboutsummaryrefslogtreecommitdiff
path: root/minecraft-chat/src
diff options
context:
space:
mode:
Diffstat (limited to 'minecraft-chat/src')
-rw-r--r--minecraft-chat/src/component.rs2
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;