diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index cf76f739..606aad01 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -163,10 +163,6 @@ export const RightSidePanel = () => { } }; - const handleStartPaginationSelection = () => { - // Start the process of selecting the pagination element - socket?.emit('action', { action: 'startPaginationSelection' }); - }; const captureScreenshot = (fullPage: boolean) => {