diff --git a/common/src/app/common/types/path/segment.cljc b/common/src/app/common/types/path/segment.cljc index 4f599f87ca..fbe90b7c92 100644 --- a/common/src/app/common/types/path/segment.cljc +++ b/common/src/app/common/types/path/segment.cljc @@ -470,8 +470,6 @@ "Given a content and a set of points return all the segments in the path that uses the points" [content points] - (assert (impl/path-data? content) "expected path data instance") - (let [point-set (set points)] (loop [result (transient []) prev-point nil