Skip to content

Commit

Permalink
spew.dump removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dogfootman committed Jul 2, 2024
1 parent d0ac2b4 commit 5051c06
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,11 +571,7 @@ func (ClusterHandler *AwsClusterHandler) AddNodeGroup(clusterIID irs.IID, nodeGr
}
}

cblogger.Debug("최종 Subnet 목록")

if cblogger.Level.String() == "debug" {
spew.Dump(subnetList)
}
cblogger.Debug("Subnet list")
cblogger.Debug(subnetList)

var nodeSecurityGroupList []*string
Expand Down

0 comments on commit 5051c06

Please sign in to comment.