Skip to content

Commit

Permalink
removed debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
mciccarello committed Jan 30, 2023
1 parent 6d66151 commit 2859a93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/goal/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ var networkCreateCmd = &cobra.Command{
reportInfof(infoNetworkCreated, network.Name(), networkRootDir)

if startOnCreation {
fmt.Printf("startOnCreation true\n")
network, binDir := getNetworkAndBinDir()
err := network.Start(binDir, false)
if err != nil {
Expand Down

0 comments on commit 2859a93

Please sign in to comment.