Skip to content

Commit b2d3d7f

Browse files
Remove prints
1 parent a78be29 commit b2d3d7f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/cli_cases/tpch.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ async fn test_custom_config_with_s3() {
8181
.assert()
8282
.success();
8383

84-
println!("A: {a:?}");
85-
8684
let s3 = AmazonS3Builder::new()
8785
.with_bucket_name(bucket)
8886
.with_endpoint(endpoint)
@@ -97,8 +95,6 @@ async fn test_custom_config_with_s3() {
9795
.await
9896
.unwrap();
9997

100-
println!("r: {r:?}");
101-
10298
let needed_dirs = [
10399
"customer", "orders", "lineitem", "nation", "part", "partsupp", "region", "supplier",
104100
];

0 commit comments

Comments
 (0)