mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/data/map.rs')
-rw-r--r--src/data/map.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/map.rs b/src/data/map.rs
index 355aaf3..4bf26cf 100644
--- a/src/data/map.rs
+++ b/src/data/map.rs
@@ -636,7 +636,6 @@ impl<'l> Serializer<Map<'l>> for MapSerializer<'l> {
})?;
// skip custom chunks
buff.skip_chunk()?;
- println!("desered");
Ok(m.unwrap())
}