chore: -rm settings log

This commit is contained in:
amhsirak
2024-12-23 23:17:54 +05:30
parent 3776726a0b
commit 09aab83851

View File

@@ -220,7 +220,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
}
stopGetText();
const settings = getTextSettingsObject();
console.log("SETTINGS", settings);
const hasTextSteps = browserSteps.some(step => step.type === 'text');
if (hasTextSteps) {
socket?.emit('action', { action: 'scrapeSchema', settings });