Skip to content

Commit eaecf3f

Browse files
committed
Remove debug
1 parent 709d9b6 commit eaecf3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Pandas.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ function Base.values(x::PandasWrapped)
8585
# Zero-copy conversion to a Julia native type is possible
8686
x_kind = x.pyo[:dtype][:kind]
8787
if x_kind in ["i", "u", "f", "b"]
88-
println("Fast path")
8988
pyarray = convert(PyArray, x.pyo["values"])
9089
unsafe_wrap(Array, pyarray.data, size(pyarray))
9190
else # Convert element by element otherwise

0 commit comments

Comments
 (0)