Skip to content

Commit f0fe605

Browse files
authored
Remove duplicate InitMetrics
1 parent 99f04d6 commit f0fe605

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/aws-iam-authenticator/verify.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ var verifyCmd = &cobra.Command{
7272

7373
func init() {
7474
rootCmd.AddCommand(verifyCmd)
75-
metrics.InitMetrics(prometheus.DefaultRegisterer)
7675
verifyCmd.Flags().StringP("token", "t", "", "Token to verify")
7776
verifyCmd.Flags().StringP("output", "o", "", "Output format. Only `json` is supported currently.")
7877
viper.BindPFlag("token", verifyCmd.Flags().Lookup("token"))

0 commit comments

Comments
 (0)