From c4199823cd88ad6b87397ede9d332e804aff3ea0 Mon Sep 17 00:00:00 2001 From: Gavin Kasdorf Date: Sat, 22 Jul 2023 01:49:58 -0700 Subject: [PATCH] remove console log --- src/components/common/SwipeableRow/ReplyOption.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/common/SwipeableRow/ReplyOption.tsx b/src/components/common/SwipeableRow/ReplyOption.tsx index 2f1508992..be1d8c09d 100644 --- a/src/components/common/SwipeableRow/ReplyOption.tsx +++ b/src/components/common/SwipeableRow/ReplyOption.tsx @@ -152,8 +152,6 @@ export function ReplyOption({ ] ); - console.log(backgroundColor); - const width = screenWidth - translateX.value; const transform = [{ translateX: translateX.value }];