Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-klotho committed Feb 8, 2024
1 parent 78b0670 commit e4fd842
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/engine2/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (
"github.com/klothoplatform/klotho/pkg/templates"
"github.com/pkg/errors"
"github.com/spf13/cobra"
"go.uber.org/atomic"
"go.uber.org/zap"
"gopkg.in/yaml.v3"
)
Expand Down Expand Up @@ -59,9 +58,6 @@ var getValidEdgeTargetsCfg struct {
verbose bool
}

var hadWarnings = atomic.NewBool(false)
var hadErrors = atomic.NewBool(false)

func setupLogger() (*zap.Logger, error) {
var zapCfg zap.Config
if architectureEngineCfg.verbose {
Expand Down

0 comments on commit e4fd842

Please sign in to comment.