diff --git a/src/cfvariable.jl b/src/cfvariable.jl index 774d9d5..4e3054c 100644 --- a/src/cfvariable.jl +++ b/src/cfvariable.jl @@ -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