summaryrefslogtreecommitdiff
path: root/world/src/vrm.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-02-25 20:45:14 +0100
committermetamuffin <metamuffin@disroot.org>2025-02-25 20:45:14 +0100
commite642e804f6309796117a4f823a42eb8f49d12809 (patch)
tree0479d2eeae396e1309701b6f60780f784132e4cc /world/src/vrm.rs
parentbe22ec62f2f692b5dc4ca0b334d905164fb45ff2 (diff)
downloadweareserver-e642e804f6309796117a4f823a42eb8f49d12809.tar
weareserver-e642e804f6309796117a4f823a42eb8f49d12809.tar.bz2
weareserver-e642e804f6309796117a4f823a42eb8f49d12809.tar.zst
pre applying ibm is hard
Diffstat (limited to 'world/src/vrm.rs')
-rw-r--r--world/src/vrm.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/world/src/vrm.rs b/world/src/vrm.rs
index 80865cb..c408b1d 100644
--- a/world/src/vrm.rs
+++ b/world/src/vrm.rs
@@ -59,7 +59,6 @@ pub fn extract_vrm_data(gltf: &Gltf) -> Result<VrmInfo> {
}
}
}
- eprintln!("{o:#?}");
Ok(o)
}