From a8ed39ce05b68f5c9f0e29d86bf9bb0ac81b0ffd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 28 Sep 2011 10:26:48 -0500 Subject: verbose package lists: remove errant debugger Left this in as part of the last set of commits, whoops. Signed-off-by: Dan McGee --- src/pacman/util.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pacman/util.c b/src/pacman/util.c index fc4194a1..748c0e91 100644 --- a/src/pacman/util.c +++ b/src/pacman/util.c @@ -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; } } -- cgit v1.2.3-24-g4f1b