From 86ec3a2ad78fd38bf057a34fc1115c3f426d2f53 Mon Sep 17 00:00:00 2001
From: Judd Vinet <judd@archlinux.org>
Date: Thu, 20 Oct 2005 20:35:16 +0000
Subject: removed debug comment

---
 src/pacman/sync.c | 1 -
 1 file changed, 1 deletion(-)

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) {
-- 
cgit v1.2.3-54-g00ecf