diff options
author | Judd Vinet <judd@archlinux.org> | 2005-10-20 20:35:16 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-10-20 20:35:16 +0000 |
commit | 86ec3a2ad78fd38bf057a34fc1115c3f426d2f53 (patch) | |
tree | efed929566106dd2854cb1bcfae5a76ccc28753f /src | |
parent | 958f7ee86037ce42d9de3fdc9f7f25b9a2e1ff6c (diff) | |
download | pacman-86ec3a2ad78fd38bf057a34fc1115c3f426d2f53.tar.xz |
removed debug comment
Diffstat (limited to 'src')
-rw-r--r-- | src/pacman/sync.c | 1 |
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) { |