chore: -rm unused code
This commit is contained in:
@@ -77,11 +77,9 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
|||||||
settings[step.label] = step.selector;
|
settings[step.label] = step.selector;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(`settings from getText:`, settings);
|
|
||||||
return settings;
|
return settings;
|
||||||
}, [browserSteps]);
|
}, [browserSteps]);
|
||||||
|
|
||||||
// Stop text capture and emit settings object
|
|
||||||
const stopCaptureAndEmitSettings = useCallback(() => {
|
const stopCaptureAndEmitSettings = useCallback(() => {
|
||||||
stopGetText();
|
stopGetText();
|
||||||
const settings = createSettingsObject();
|
const settings = createSettingsObject();
|
||||||
|
|||||||
Reference in New Issue
Block a user