Skip to content

Commit b546688

Browse files
committed
Remove excess debugging (Issue #875)
1 parent f6cb90b commit b546688

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cups/array.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,11 +1138,6 @@ cups_array_add(cups_array_t *a, // I - Array
11381138
a->num_elements ++;
11391139
a->insert = current;
11401140

1141-
#ifdef DEBUG
1142-
for (current = 0; current < a->num_elements; current ++)
1143-
DEBUG_printf("9cups_array_add: a->elements[" CUPS_LLFMT "]=%p", CUPS_LLCAST current, a->elements[current]);
1144-
#endif // DEBUG
1145-
11461141
DEBUG_puts("9cups_array_add: returning 1");
11471142

11481143
return (1);

0 commit comments

Comments
 (0)