Skip to content

Commit

Permalink
Remove excess debugging (Issue OpenPrinting#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Jan 25, 2024
1 parent f6cb90b commit b546688
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cups/array.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b546688

Please sign in to comment.