]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart: Remove leftover debug statement
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 24 Nov 2022 09:03:15 +0000 (10:03 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 29 Nov 2022 09:08:51 +0000 (10:08 +0100)
src/partition/repart.c

index b814ad076dccee48fc5690cae05f9f18071fa74a..26f1519edcf8d653857b07c430c6cb9c8ff58a21 100644 (file)
@@ -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;