chore: remove unused code

This commit is contained in:
karishmas6
2024-07-27 01:48:02 +05:30
parent e9fa40c1af
commit f5e77f44e8

View File

@@ -485,7 +485,6 @@ export class WorkflowGenerator {
const rect = await getRect(page, coordinates);
const displaySelector = await this.generateSelector(page, coordinates, ActionType.Click);
const elementInfo = await getElementInformation(page, coordinates);
//console.log('Backend Rectangle:', rect)
if (rect) {
this.socket.emit('highlighter', { rect, selector: displaySelector, elementInfo });
}