Skip to content

Commit 11b995e

Browse files
committed
Remove dead code
1 parent c406e6d commit 11b995e

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

swift/example_code/rds/scenario/Sources/entry.swift

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@ struct ExampleCommand: ParsableCommand {
2020
@Option(help: "The password to use for the database administrator.")
2121
var dbPassword: String
2222

23-
@Option(
24-
help: ArgumentHelp("The level of logging for the Swift SDK to perform."),
25-
completion: .list([
26-
"critical",
27-
"debug",
28-
"error",
29-
"info",
30-
"notice",
31-
"trace",
32-
"warning"
33-
])
34-
)
35-
var logLevel: String = "error"
36-
3723
static var configuration = CommandConfiguration(
3824
commandName: "rds-scenario",
3925
abstract: """

0 commit comments

Comments
 (0)