From 2013215ef28efbbf9ce568174dffb9800361c307 Mon Sep 17 00:00:00 2001 From: Thatcher Chamberlin Date: Sun, 6 Dec 2020 13:35:00 -0500 Subject: [PATCH] Removed a println --- src/axes.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/axes.jl b/src/axes.jl index 4523a973..5f6b469d 100644 --- a/src/axes.jl +++ b/src/axes.jl @@ -97,7 +97,6 @@ function attr!(axis::Axis, args...; kw...) elseif k == :lims && isa(v, Tuple{Date,Date}) plotattributes[k] = (v[1].instant.periods.value, v[2].instant.periods.value) elseif k == :lims && isa(v, Tuple{DateTime,DateTime}) - println("Converting datetime") plotattributes[k] = (v[1].instant.periods.value, v[2].instant.periods.value) else plotattributes[k] = v