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