summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-10-20 22:35:16 +0200
committerJudd Vinet <judd@archlinux.org>2005-10-20 22:35:16 +0200
commit86ec3a2ad78fd38bf057a34fc1115c3f426d2f53 (patch)
treeefed929566106dd2854cb1bcfae5a76ccc28753f /src
parent958f7ee86037ce42d9de3fdc9f7f25b9a2e1ff6c (diff)
downloadpacman-86ec3a2ad78fd38bf057a34fc1115c3f426d2f53.tar.gz
pacman-86ec3a2ad78fd38bf057a34fc1115c3f426d2f53.tar.xz
removed debug comment
Diffstat (limited to 'src')
-rw-r--r--src/pacman/sync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pacman/sync.c b/src/pacman/sync.c
index 5fab26b3..9858f4a5 100644
--- a/src/pacman/sync.c
+++ b/src/pacman/sync.c
@@ -481,7 +481,6 @@ int pacman_sync(list_t *targets)
/* remove dupe entries in case a package exists in multiple repos */
/* (the dupe function takes a PM_LIST* and returns a list_t*) */
pkgs = PM_LIST_remove_dupes(pmpkgs);
- /* */
list_display(" ", pkgs);
if(yesno(":: Install whole content? [Y/n] ")) {
for(k = pkgs; k; k = k->next) {