From 3f915cb9468ade6a3801bea5ecac08b488e2836a Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 16 Feb 2026 18:46:06 +0100 Subject: section.c: Remove debug log This call to nwp_log was only meant for debugging purposes during early versions of the library. --- src/routines/section.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/routines/section.c b/src/routines/section.c index 5198424..d2758cb 100644 --- a/src/routines/section.c +++ b/src/routines/section.c @@ -48,7 +48,6 @@ static enum nw_state get_offset(struct nw_mod *const m) } else { - nwp_log("processing section %u\n", (unsigned)s->section); *offset = s->offset; fn[s->section](m); } -- cgit v1.2.3