1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-22 15:58:50 -05:00

verbose package lists: remove errant debugger

Left this in as part of the last set of commits, whoops.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-09-28 10:26:48 -05:00
parent 6f3a657f66
commit a8ed39ce05

View File

@ -531,8 +531,6 @@ static alpm_list_t *table_create_format(const alpm_list_t *header,
size_t str_len = string_length(str); size_t str_len = string_length(str);
if(str_len > colwidths[curcol]) { if(str_len > colwidths[curcol]) {
fprintf(stderr, "replace width: %zd (%zd -> %zd) %s\n",
curcol, colwidths[curcol], str_len, str);
colwidths[curcol] = str_len; colwidths[curcol] = str_len;
} }
} }