diff options
author | Ian Moffett <ian@osmora.org> | 2025-10-01 15:14:13 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-10-01 15:14:13 -0400 |
commit | 4a314d3d59b9d9650c6c24e15f1ea217a6259318 (patch) | |
tree | fe76a7a8f06935e7e1663a43f7da551b540bf71f /src/sys/lib | |
parent | 39db5071532630f38bc617e3b7d36dc3005ce3e1 (diff) |
kern: ptrbox: Remove debug print
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'src/sys/lib')
-rw-r--r-- | src/sys/lib/ptrbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sys/lib/ptrbox.c b/src/sys/lib/ptrbox.c index bc84145..13f3452 100644 --- a/src/sys/lib/ptrbox.c +++ b/src/sys/lib/ptrbox.c @@ -85,7 +85,6 @@ ptrbox_terminate(struct ptrbox *box) } kfree(ent->data); - printf("reaped %p\n", ent->data); ent->data = NULL; } |