From ee28e9d0a2741375e17e90989942bcea08a6c700 Mon Sep 17 00:00:00 2001 From: Stu Black Date: Wed, 7 Jan 2026 16:13:55 -0500 Subject: [PATCH] Drop debugging print that was committed by accident. --- WINGs/wfontpanel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/WINGs/wfontpanel.c b/WINGs/wfontpanel.c index 749f67b6..9b5b001d 100644 --- a/WINGs/wfontpanel.c +++ b/WINGs/wfontpanel.c @@ -552,7 +552,6 @@ static void listFamilies(WMScreen * scr, WMFontPanel * panel) enumer = WMEnumerateHashTable(families); while ((array = WMNextHashEnumeratorItem(enumer))) { - printf("listFamilies: got family with %d items\n", WMGetArrayItemCount(array)); WMArrayIterator i; Family *fam; char buffer[256]; -- 2.39.5