From a0d1bada8ff03aacca93dfc393e7838c703a60b6 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Mon, 12 Jan 2026 18:50:55 +0900 Subject: [PATCH] probably left debug code --- src/core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core.c b/src/core.c index d8e0c2d..769de68 100644 --- a/src/core.c +++ b/src/core.c @@ -123,7 +123,6 @@ MwWidget MwCreateWidget(MwClass widget_class, const char* name, MwWidget parent, h->children = NULL; if(widget_class != NULL) { - printf("%p\n", MwLLCreate); if((h->lowlevel = MwLLCreate(parent == NULL ? NULL : parent->lowlevel, x, y, width, height)) == NULL) { free(h->name); free(h);