chore: remove console.log

This commit is contained in:
karishmas6
2024-10-08 18:12:51 +05:30
parent f4092f71c1
commit d4f3ff4e9c

View File

@@ -84,9 +84,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
pair.what.some(action => action.action === "scrapeList") 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) => { const handleTextLabelChange = (id: number, label: string, listId?: number, fieldKey?: string) => {
if (listId !== undefined && fieldKey !== undefined) { if (listId !== undefined && fieldKey !== undefined) {
// Prevent editing if the field is confirmed // Prevent editing if the field is confirmed