Skip to content

Commit b455630

Browse files
committed
removing old code
1 parent e63b41c commit b455630

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lw-billing/cmd/aws.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var awsCmd = &cobra.Command{
1212
Long: `AWS Billing`,
1313
Run: func(cmd *cobra.Command, args []string) {
1414
billingCSV := lwaws.ParseBilling(cmd)
15-
//profiles := lwaws.ParseProfiles(cmd)
1615
debug := helpers.ParseDebug(cmd)
1716
lwaws.Run(billingCSV, debug)
1817
},

0 commit comments

Comments
 (0)