Remove already implemented in bide impl for IPathRepr protocol.

This commit is contained in:
Andrey Antukh 2016-09-30 23:38:42 +02:00
parent 42e87588b6
commit 530acfe571
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -156,13 +156,6 @@
["/workspace/:project/:page" :workspace/page]])
(extend-protocol bc/IPathRepr
nil
(-repr [it] "")
cljs.core.Keyword
(-repr [it] (name it)))
;; --- Main Entry Point
(defn init-routes