Skip to content

Commit

Permalink
remove info statement to hold for a later pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
chantelwetzel-noaa committed Aug 29, 2024
1 parent 68a823e commit feb0ff1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions R/pull_bio.R
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ pull_bio <- function(
# Remove water hauls
good_tows <- len_pull[, "operation_dim$legacy_performance_code"] != 8
if (sum(good_tows) != dim(len_pull)[1]) {
if (verbose) {
n <- dim(len_pull)[1] - sum(good_tows)
cli::cli_alert_info(
"There were {n} tows removed because they were determined to be water hauls (e.g., net not on the bottom)."
)
}
len_pull <- len_pull[good_tows, ]
}

Expand Down

0 comments on commit feb0ff1

Please sign in to comment.