]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove excess debugging (Issue #875)
authorMichael R Sweet <msweet@msweet.org>
Thu, 25 Jan 2024 02:29:02 +0000 (21:29 -0500)
committerMichael R Sweet <msweet@msweet.org>
Thu, 25 Jan 2024 02:29:02 +0000 (21:29 -0500)
cups/array.c

index ce53b3b6320ea5f2dcedd12b66706da678ad4d99..2758a605acac42c1c4ba437318be72b3919168cf 100644 (file)
@@ -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);