Skip to content

Commit 2c51741

Browse files
drop the stray @show
1 parent 6a89f87 commit 2c51741

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cfvariable.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,6 @@ end
387387
# for arrays when the CF transformation does not change the element type
388388
# to avoid the allocation of a new array
389389
@inline function CFtransformdata(data::AbstractArray{T,N},fv,scale_factor,add_offset,time_origin,time_factor,maskingvalue,::Type{T}) where {T,N}
390-
@show typeof(data)
391-
392390
return CFtransformdata!(data,data,fv,scale_factor,add_offset,time_origin,time_factor,maskingvalue)
393391
end
394392

0 commit comments

Comments
 (0)