Skip to content

Commit f5fe169

Browse files
meyertst-awsLaren-AWS
authored andcommitted
Fix from comments
1 parent 6b311b2 commit f5fe169

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

swift/example_code/dynamodb/basics/Sources/basics.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ struct ExampleCommand: ParsableCommand {
9191
//=====================================================================
9292

9393
let tableName = "ddb-movies-sample-\(Int.random(in: 1 ... Int.max))"
94-
// let tableName = String.uniqueName(withPrefix: "ddb-movies-sample", maxDigits: 8)
9594

9695
print("Creating table \"\(tableName)\"...")
9796

0 commit comments

Comments
 (0)