From ea09f92ce41e3304e6341df8d6ad5ca25ac81cf1 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 24 Nov 2022 10:03:15 +0100 Subject: [PATCH] repart: Remove leftover debug statement --- src/partition/repart.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/partition/repart.c b/src/partition/repart.c index b814ad076dc..26f1519edcf 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -6403,11 +6403,6 @@ static int run(int argc, char *argv[]) { return r; } -#if 0 - (void) context_dump_partitions(context, node); - putchar('\n'); -#endif - r = context_read_seed(context, arg_root); if (r < 0) return r; -- 2.47.3