[Piuparts-commits] [piuparts] 01/04: debiman-piuparts-distill: don’t print all results

Holger Levsen holger at layer-acht.org
Wed Aug 30 16:18:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 9084a09b841f205da34b422015924bdf3988cd92
Author: Michael Stapelberg <stapelberg at debian.org>
Date:   Wed Aug 30 17:51:19 2017 +0200

    debiman-piuparts-distill: don’t print all results
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 helpers/debiman-piuparts-distill/piuparts.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/helpers/debiman-piuparts-distill/piuparts.go b/helpers/debiman-piuparts-distill/piuparts.go
index 73f773d..148e888 100644
--- a/helpers/debiman-piuparts-distill/piuparts.go
+++ b/helpers/debiman-piuparts-distill/piuparts.go
@@ -131,7 +131,6 @@ func main() {
 	// Convert the unsorted linksMap into a slice for sorting
 	links := make([]link, 0, len(linksMap))
 	for l := range linksMap {
-		log.Printf("l = %+v", l)
 		links = append(links, l)
 	}
 	// for easier debugging of the resulting file:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list