Skip to content

Commit

Permalink
fix(used-after-moved): remove seldomly used tracelog
Browse files Browse the repository at this point in the history
Signed-off-by: pengyu <[email protected]>
  • Loading branch information
py023 committed Dec 29, 2023
1 parent 6bde018 commit d52b7b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions be/src/io/fs/s3_file_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,6 @@ Status S3FileSystem::delete_directory_impl(const Path& dir) {
return Status::IOError("fail to delete object: {}",
error_msg(e.GetKey(), e.GetMessage()));
}
VLOG_TRACE << "delete " << objects.size()
<< " s3 objects, endpoint: " << _s3_conf.endpoint
<< ", bucket: " << _s3_conf.bucket << ", prefix: " << _s3_conf.prefix;
}
is_trucated = result.GetIsTruncated();
request.SetContinuationToken(result.GetNextContinuationToken());
Expand Down

0 comments on commit d52b7b4

Please sign in to comment.