chore: comment out br
This commit is contained in:
@@ -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 });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user