diff --git a/cmd/create.go b/cmd/create.go index 86c10f25..05587f4e 100644 --- a/cmd/create.go +++ b/cmd/create.go @@ -60,7 +60,6 @@ type createCmd struct { } func newCreateCmd() *cobra.Command { - log.SetLevel(log.TraceLevel) cc := &createCmd{} cmd := &cobra.Command{