aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2026-02-16 18:46:06 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2026-02-16 18:46:06 +0100
commit3f915cb9468ade6a3801bea5ecac08b488e2836a (patch)
treec7fa0a5ba1e0f7bdfa0fc747e3740bb824a48859
parent4e4964c65700636e7411ea2d83b7f25ca4ad1377 (diff)
section.c: Remove debug logHEADmaster
This call to nwp_log was only meant for debugging purposes during early versions of the library.
-rw-r--r--src/routines/section.c1
1 files changed, 0 insertions, 1 deletions
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);
}