Skip to content

Commit d1ecb60

Browse files
chore(mongodbflex): remove stale todos
1 parent d631974 commit d1ecb60

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

internal/cmd/mongodbflex/options/options.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ func buildFlavorsTable(flavors []mongodbflex.InstanceFlavor) tables.Table {
223223
utils.PtrString(f.Cpu),
224224
utils.PtrString(f.Memory),
225225
utils.PtrString(f.Description),
226-
//TODO: check if this is ok
227226
f.Categories,
228227
)
229228
}

internal/cmd/mongodbflex/user/create/create.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ func outputResult(p *print.Printer, outputFormat, instanceLabel string, user *mo
152152
p.Outputf("Created user for instance %q. User ID: %s\n\n", instanceLabel, utils.PtrString(user.Id))
153153
p.Outputf("Username: %s\n", utils.PtrString(user.Username))
154154
p.Outputf("Password: %s\n", utils.PtrString(user.Password))
155-
//TODO: check if this is ok
156155
p.Outputf("Roles: %v\n", user.Roles)
157156
p.Outputf("Database: %s\n", utils.PtrString(user.Database))
158157
p.Outputf("Host: %s\n", utils.PtrString(user.Host))

internal/cmd/mongodbflex/user/describe/describe.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ func outputResult(p *print.Printer, outputFormat string, user mongodbflex.Instan
116116
table.AddSeparator()
117117
table.AddRow("USERNAME", utils.PtrString(user.Username))
118118
table.AddSeparator()
119-
//TODO: check if this is ok
120119
table.AddRow("ROLES", user.Roles)
121120
table.AddSeparator()
122121
table.AddRow("DATABASE", utils.PtrString(user.Database))

0 commit comments

Comments
 (0)