Skip to content

Commit f5ae666

Browse files
committed
remove comments
1 parent 267c79b commit f5ae666

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/http-dynamodb/src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ pub async fn add_item(client: &Client, item: Item, table: &str) -> Result<(), Er
7474
let item = to_item(item)?;
7575

7676
let request = client.put_item().table_name(table).set_item(Some(item));
77-
// .item("username", user_av)
78-
// .item("account_type", type_av)
79-
// .item("age", age_av)
80-
// .item("first_name", first_av)
81-
// .item("last_name", last_av);
8277

8378
tracing::info!("adding item to DynamoDB");
8479

0 commit comments

Comments
 (0)