chore: remove unused code
This commit is contained in:
@@ -485,7 +485,6 @@ export class WorkflowGenerator {
|
|||||||
const rect = await getRect(page, coordinates);
|
const rect = await getRect(page, coordinates);
|
||||||
const displaySelector = await this.generateSelector(page, coordinates, ActionType.Click);
|
const displaySelector = await this.generateSelector(page, coordinates, ActionType.Click);
|
||||||
const elementInfo = await getElementInformation(page, coordinates);
|
const elementInfo = await getElementInformation(page, coordinates);
|
||||||
//console.log('Backend Rectangle:', rect)
|
|
||||||
if (rect) {
|
if (rect) {
|
||||||
this.socket.emit('highlighter', { rect, selector: displaySelector, elementInfo });
|
this.socket.emit('highlighter', { rect, selector: displaySelector, elementInfo });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user