Skip to content

Commit

Permalink
Remove info statement
Browse files Browse the repository at this point in the history
  • Loading branch information
theHenks committed Dec 13, 2024
1 parent 92aa2be commit d3592db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dataprod_config.jl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ function _get_partitions(data::LegendData, label::Symbol; category::DataCategory
tab = if cat == :all
Table(flat_pr)
else
@info Table(filter(row -> getproperty(row, cat).is_analysis_run, Table(flat_pr)))
Table(filter(row -> getproperty(row, cat).is_analysis_run, Table(flat_pr)))
end
DataPartition(pidx)::DataPartition => sort(tab)
Expand Down

0 comments on commit d3592db

Please sign in to comment.