Drop debugging print that was committed by accident. #19

Merged
trurl merged 1 commits from trurl/wmaker:refactor/riir.stray_debugging_print into refactor/riir 2026-03-02 12:22:34 -05:00

View File

@@ -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];