aboutsummaryrefslogtreecommitdiff
path: root/server/tools/src/diagram_layout.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-21 19:47:47 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-21 19:47:49 +0200
commitd72aa72d2797a92d93fab43617e839e5c7f1f442 (patch)
tree3bd935dbf8df2dcc909cd045cab1b7e489b3464a /server/tools/src/diagram_layout.rs
parent934f5d5f18dfbb3677bdcde4ba1cb3646af37123 (diff)
downloadhurrycurry-d72aa72d2797a92d93fab43617e839e5c7f1f442.tar
hurrycurry-d72aa72d2797a92d93fab43617e839e5c7f1f442.tar.bz2
hurrycurry-d72aa72d2797a92d93fab43617e839e5c7f1f442.tar.zst
Small book fixes
Diffstat (limited to 'server/tools/src/diagram_layout.rs')
-rw-r--r--server/tools/src/diagram_layout.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tools/src/diagram_layout.rs b/server/tools/src/diagram_layout.rs
index 73bfcb96..bfa0a269 100644
--- a/server/tools/src/diagram_layout.rs
+++ b/server/tools/src/diagram_layout.rs
@@ -48,7 +48,6 @@ pub fn diagram_layout(diagram: &mut Diagram) -> Result<()> {
writeln!(out, "k{} -> k{}", edge.src, edge.dst)?;
}
writeln!(out, "}}")?;
- println!("{out}");
child.stdin.as_mut().unwrap().write_all(out.as_bytes())?;
let output = child.wait_with_output()?;