diff --git a/src/uxbox/main/ui.cljs b/src/uxbox/main/ui.cljs index 1be71c3ae..5cbfb9141 100644 --- a/src/uxbox/main/ui.cljs +++ b/src/uxbox/main/ui.cljs @@ -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