diff --git a/frontend/src/uxbox/util/router.cljs b/frontend/src/uxbox/util/router.cljs index 4f747651b3..b889be5f7d 100644 --- a/frontend/src/uxbox/util/router.cljs +++ b/frontend/src/uxbox/util/router.cljs @@ -90,7 +90,6 @@ (deftype Navigate [id params qparams replace] ptk/EffectEvent (effect [_ state stream] - (prn "Navigate" id params qparams replace) (let [router (:router state) history (:history state) path (resolve router id params qparams)]