Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
angeldcampbell committed Dec 20, 2024
1 parent 0325091 commit ba644de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/release_artifacts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ pub async fn save<S: BuildHasher>(
env: &HashMap<String, String, S>,
dir: &Path,
) -> Result<(), ReleaseArtifactsError> {
// TODO: check if the artifact dir is empty
// & check if it contains >1Gb data, if so
// exit with a failure and a clear error msg
match detect_storage_scheme(env) {
Ok(scheme) if scheme == *"file" => {
guard_file(env)?;
Expand Down

0 comments on commit ba644de

Please sign in to comment.