diff options
author | metamuffin <metamuffin@disroot.org> | 2025-02-25 20:45:14 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-02-25 20:45:14 +0100 |
commit | e642e804f6309796117a4f823a42eb8f49d12809 (patch) | |
tree | 0479d2eeae396e1309701b6f60780f784132e4cc /world/src/vrm.rs | |
parent | be22ec62f2f692b5dc4ca0b334d905164fb45ff2 (diff) | |
download | weareserver-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.rs | 1 |
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) } |