From 0a793723056a69c8d405e84612271c2dbdb8b446 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 4 May 2020 12:36:56 +0200 Subject: [PATCH] :fire: Remove unused prn. --- frontend/src/uxbox/util/router.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/uxbox/util/router.cljs b/frontend/src/uxbox/util/router.cljs index 4f747651b..b889be5f7 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)]