Skip to content

Commit

Permalink
fix(clustertool): fix broken testcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Nov 6, 2024
1 parent edc6f25 commit e0d6edc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clustertool/cmd/adv_testcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ package cmd
import (
"strings"

"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/truecharts/public/clustertool/pkg/gencmd"
"github.com/truecharts/public/clustertool/pkg/initfiles"
)

Expand All @@ -23,8 +21,6 @@ var testcmd = &cobra.Command{
// if err != nil {
// log.Info().Msg("Error:", err)
// }
something := gencmd.GenBootstrap("", []string{})
log.Info().Msgf("test %v", something)
},
}

Expand Down

0 comments on commit e0d6edc

Please sign in to comment.