Skip to content

Commit 4994fad

Browse files
committed
Fix from comments
1 parent d5fb9b3 commit 4994fad

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)