From 5ceca3201d98e0a508ac35fcdd0cf58cd3bf6802 Mon Sep 17 00:00:00 2001 From: John Ngei Date: Wed, 11 Oct 2023 17:09:42 +0300 Subject: [PATCH] remove left over logs --- src/status_im2/common/bottom_sheet/view.cljs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/status_im2/common/bottom_sheet/view.cljs b/src/status_im2/common/bottom_sheet/view.cljs index d60bc3d608..67410afd17 100644 --- a/src/status_im2/common/bottom_sheet/view.cljs +++ b/src/status_im2/common/bottom_sheet/view.cljs @@ -74,9 +74,6 @@ bottom (if sheet-bottom-margin (+ @sheet-height bottom-margin (:bottom insets)) (:bottom insets))] - (js/console.log (str "item height " @item-height)) - (js/console.log (str "sheet height " @sheet-height)) - (js/console.log (str "sheet-bottom-margin " bottom)) (rn/use-effect #(if hide? (hide translate-y bg-opacity window-height on-close)