From: Michael R Sweet Date: Thu, 25 Jan 2024 02:29:02 +0000 (-0500) Subject: Remove excess debugging (Issue #875) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b546688325bb002a2493e4df3a0a7e5e3b844153;p=thirdparty%2Fcups.git Remove excess debugging (Issue #875) --- diff --git a/cups/array.c b/cups/array.c index ce53b3b632..2758a605ac 100644 --- a/cups/array.c +++ b/cups/array.c @@ -1138,11 +1138,6 @@ cups_array_add(cups_array_t *a, // I - Array a->num_elements ++; a->insert = current; -#ifdef DEBUG - for (current = 0; current < a->num_elements; current ++) - DEBUG_printf("9cups_array_add: a->elements[" CUPS_LLFMT "]=%p", CUPS_LLCAST current, a->elements[current]); -#endif // DEBUG - DEBUG_puts("9cups_array_add: returning 1"); return (1);