index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Judd Vinet <judd@archlinux.org> | 2005-10-09 18:48:39 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2005-10-09 18:48:39 +0000 |
commit | b3450fbe0d7187cf22172817e0a2612e7c96fcb0 (patch) | |
tree | 776f09bef3fd1bc7449c9c5e2c5f9b405cd78fd0 /lib/libalpm/sync.c | |
parent | 586370b744b276c8761bd2ba90e6ee5bbfaf3d5c (diff) |
-rw-r--r-- | lib/libalpm/sync.c | 1 |
diff --git a/lib/libalpm/sync.c b/lib/libalpm/sync.c index 3fa33452..60385d86 100644 --- a/lib/libalpm/sync.c +++ b/lib/libalpm/sync.c @@ -531,7 +531,6 @@ int sync_commit(pmtrans_t *trans, pmdb_t *db_local) } FREETRANS(tr); - fprintf(stderr, "HERE\n"); fflush(stdout); /* install targets */ _alpm_log(PM_LOG_FLOW1, "installing packages"); tr = trans_new(); |