Skip to content

Commit c5bc4fd

Browse files
committed
m
1 parent a237482 commit c5bc4fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

DynamoDbEncryption/runtimes/rust/src/intercept.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ impl DbEsdkInterceptor {
8888
) -> Result<Self, crate::types::error::Error> {
8989
let client = crate::client::Client::from_conf(config)?;
9090
Ok(DbEsdkInterceptor { client })
91-
// let client = crate::client::Client::from_conf(config);
92-
// match client {
93-
// Ok(x) => Ok(DbEsdkInterceptor { client : x }),
94-
// Err(e) => Err(format!("{:?}", e))
95-
// }
9691
}
9792
}
9893

0 commit comments

Comments
 (0)