removed debug comment

This commit is contained in:
Judd Vinet 2005-10-20 20:35:16 +00:00
parent 958f7ee860
commit 86ec3a2ad7
1 changed files with 0 additions and 1 deletions

View File

@ -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) {