From: Nathan Wagner Date: Wed, 5 Dec 2018 11:06:16 +0000 (+0000) Subject: remove debugging output X-Git-Tag: v0.3.6~5 X-Git-Url: https://pd.if.org/git/?p=zpackage;a=commitdiff_plain;h=ae83ee4a50e12a6df6676a2cc2af70618ff67943 remove debugging output --- diff --git a/zpm-extract.c b/zpm-extract.c index 144fef4..f5a3a6e 100644 --- a/zpm-extract.c +++ b/zpm-extract.c @@ -72,7 +72,6 @@ int main(int ac, char **av){ } zpm_open(&pkg, dbfile); - fprintf(stderr, "db: %s\n", pkg.path); rv = zpm_findhash(&pkg, hashmatch, hash); if (rv == 0) {