mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-21 23:38:49 -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:
parent
6f3a657f66
commit
a8ed39ce05
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user