From 2345469bc56f5daba8ced77e49ad58f38b1c5538 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 4 Aug 2023 23:20:21 +0200 Subject: fixes, set parent node correctly --- import/src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'import/src/main.rs') diff --git a/import/src/main.rs b/import/src/main.rs index 29d1e21..b55b645 100644 --- a/import/src/main.rs +++ b/import/src/main.rs @@ -275,7 +275,6 @@ fn main() -> anyhow::Result<()> { }; if args.dry { - println!("{}", serde_json::to_string_pretty(&infojson)?); println!("{}", serde_json::to_string_pretty(&node)?); } else { if let Some(source_path) = source_path { -- cgit v1.2.3-70-g09d2