chore: remove comments

This commit is contained in:
karishmas6
2024-07-31 05:01:42 +05:30
parent 25042d4eeb
commit a0c781a89d

View File

@@ -70,7 +70,6 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
});
};
// Create settings object when stopping text capture
const createSettingsObject = useCallback(() => {
const settings: Record<string, string> = {};
browserSteps.forEach(step => {