From 2c517417c6f959d9f187c04e81d4d72825297ef6 Mon Sep 17 00:00:00 2001 From: tiemvanderdeure Date: Fri, 17 Jan 2025 14:46:16 +0100 Subject: [PATCH] drop the stray `@show` --- src/cfvariable.jl | 2 -- 1 file changed, 2 deletions(-) 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