chore: comment out br

This commit is contained in:
karishmas6
2024-07-06 23:02:17 +05:30
parent 7ec8290405
commit 53476dce53

View File

@@ -484,7 +484,7 @@ export class WorkflowGenerator {
public generateDataForHighlighter = async (page: Page, coordinates: Coordinates) => {
const rect = await getRect(page, coordinates);
const displaySelector = await this.generateSelector(page, coordinates, ActionType.Click);
console.log('Backend Rectangle:', rect)
//console.log('Backend Rectangle:', rect)
if (rect) {
this.socket.emit('highlighter', { rect, selector: displaySelector });
}