Skip to content

Commit

Permalink
drop the stray @show
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemvanderdeure committed Jan 17, 2025
1 parent 6a89f87 commit 2c51741
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cfvariable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,6 @@ end
# for arrays when the CF transformation does not change the element type
# to avoid the allocation of a new array
@inline function CFtransformdata(data::AbstractArray{T,N},fv,scale_factor,add_offset,time_origin,time_factor,maskingvalue,::Type{T}) where {T,N}
@show typeof(data)

return CFtransformdata!(data,data,fv,scale_factor,add_offset,time_origin,time_factor,maskingvalue)
end

Expand Down

0 comments on commit 2c51741

Please sign in to comment.