Remove debugging output. #51

This commit is contained in:
Andrey Smirnov
2014-05-29 00:49:26 +04:00
parent 7b9e3429fd
commit 869e83713d
-2
View File
@@ -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")