mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-07 05:42:42 +00:00
Remove debugging output. #51
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user