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
1 changed files with 0 additions and 2 deletions

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);
if(str_len > colwidths[curcol]) {
fprintf(stderr, "replace width: %zd (%zd -> %zd) %s\n",
curcol, colwidths[curcol], str_len, str);
colwidths[curcol] = str_len;
}
}