Skip to content

Commit e27f9a7

Browse files
committed
Remove show and commented code
1 parent 11ca455 commit e27f9a7

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
@@ -193,7 +193,6 @@ function _get_rettype(ds, calendar, fillvalue, missing_value, rettype, maskingva
193193
try
194194
DT = CFTime.timetype(calendar)
195195
# this is the only supported option for NCDatasets
196-
#prefer_datetime = true
197196

198197
if prefer_datetime &&
199198
(DT in (DateTimeStandard,DateTimeProlepticGregorian,DateTimeJulian))
@@ -451,7 +450,6 @@ end
451450

452451
function Base.getindex(v::CFVariable, indexes::TIndices...)
453452
data = parent(v)[indexes...]
454-
@show eltype(data)
455453
return CFtransformdata(data,fill_and_missing_values(v),scale_factor(v),add_offset(v),
456454
time_origin(v),time_factor(v),maskingvalue(v),eltype(v))
457455
end

0 commit comments

Comments
 (0)