From ae83ee4a50e12a6df6676a2cc2af70618ff67943 Mon Sep 17 00:00:00 2001 From: Nathan Wagner Date: Wed, 5 Dec 2018 11:06:16 +0000 Subject: [PATCH] remove debugging output --- zpm-extract.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.40.0