1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

Removed some debugging cruft left in in the last commit

This commit is contained in:
Aaron Griffin 2007-01-23 20:09:18 +00:00
parent 8b11dd50eb
commit 8387672053

View File

@ -289,8 +289,6 @@ static int sync_group(int level, alpm_list_t *syncs, alpm_list_t *targets)
char *grpname = alpm_list_getdata(i); char *grpname = alpm_list_getdata(i);
for(j = syncs; j; j = alpm_list_next(j)) { for(j = syncs; j; j = alpm_list_next(j)) {
pmdb_t *db = alpm_list_getdata(j); pmdb_t *db = alpm_list_getdata(j);
printf("searching '%s' for groups '%s'\n", alpm_db_get_name(db), grpname);
fflush(stdout);
pmgrp_t *grp = alpm_db_readgrp(db, grpname); pmgrp_t *grp = alpm_db_readgrp(db, grpname);
if(grp) { if(grp) {