We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cb90b commit b546688Copy full SHA for b546688
1 file changed
cups/array.c
@@ -1138,11 +1138,6 @@ cups_array_add(cups_array_t *a, // I - Array
1138
a->num_elements ++;
1139
a->insert = current;
1140
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
-
1146
DEBUG_puts("9cups_array_add: returning 1");
1147
1148
return (1);
0 commit comments