diff --git a/src/tzdata/compile.jl b/src/tzdata/compile.jl index 7501f5b2..7f34d26f 100644 --- a/src/tzdata/compile.jl +++ b/src/tzdata/compile.jl @@ -712,12 +712,6 @@ function compile(tz_source::TZSource, dest_dir::AbstractString; kwargs...) open(tz_path, "w") do fp TZJFile.write(fp, tz; class) end - - # Temporary self test - open(tz_path, "r") do fp - read_tz, class = TZJFile.read(fp)(tz.name) - @assert read_tz == tz - end end return results