Skip to content

Commit

Permalink
Remove debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Dec 14, 2024
1 parent c8fd94d commit 83a0b40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/arrow/filesystem/azurefs_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -967,8 +967,6 @@ class TestAzureFileSystem : public ::testing::Test {
} else {
auto container_client = CreateContainer(data.container_name);
CreateBlob(container_client, data.kObjectName, PreexistingData::kLoremIpsum);
// CreateBlob(container_client, data.kObjectName, data.RandomChars((1 << 30),
// rng_));
}
return data;
}
Expand Down

0 comments on commit 83a0b40

Please sign in to comment.