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")