mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-04 08:35:07 -05:00
Removed some debugging cruft left in in the last commit
This commit is contained in:
parent
8b11dd50eb
commit
8387672053
@ -289,8 +289,6 @@ static int sync_group(int level, alpm_list_t *syncs, alpm_list_t *targets)
|
||||
char *grpname = alpm_list_getdata(i);
|
||||
for(j = syncs; j; j = alpm_list_next(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);
|
||||
|
||||
if(grp) {
|
||||
|
Loading…
Reference in New Issue
Block a user