summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pacman/util.c2
1 files changed, 0 insertions, 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;
}
}