From 869e83713d2031738024baf7d13e23e887027c81 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 29 May 2014 00:49:26 +0400 Subject: [PATCH] Remove debugging output. #51 --- cmd/graph.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/graph.go b/cmd/graph.go index 766ca1d2..4a2c77b0 100644 --- a/cmd/graph.go +++ b/cmd/graph.go @@ -134,8 +134,6 @@ func aptlyGraph(cmd *commander.Command, args []string) error { fmt.Printf("Generating graph...\n") - fmt.Printf("graph = \n %s\n", graph.String()) - buf := bytes.NewBufferString(graph.String()) tempfile, err := ioutil.TempFile("", "aptly-graph")