From d4f3ff4e9cdc69bcb76345475be3d7494408137d Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 8 Oct 2024 18:12:51 +0530 Subject: [PATCH] chore: remove console.log --- src/components/organisms/RightSidePanel.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 9c16b005..a9807852 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -84,9 +84,6 @@ export const RightSidePanel: React.FC = ({ onFinishCapture pair.what.some(action => action.action === "scrapeList") ); - console.log(`Has Scrape List Action?`, hasScrapeListAction); // true if any pair contains scrapeList action - - const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => { if (listId !== undefined && fieldKey !== undefined) { // Prevent editing if the field is confirmed