Drop debugging print that was committed by accident. #19
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user