Skip to content

Commit 94bb30a

Browse files
committed
remove commented linje
1 parent 1193cde commit 94bb30a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/interface.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Returns the object type, such as [`FeatureTrait`](@ref).
9292
For all `isgeometry` objects `trait` is the same as `geomtrait(obj)`,
9393
e.g. [`PointTrait`](@ref).
9494
"""
95-
# trait(geom::T) where T = isgeometry(T) ? geomtrait(geom) : nothing
9695
trait(geom) = geomtrait(geom)
9796

9897
# All types

0 commit comments

Comments
 (0)