Skip to content

Commit cbe0352

Browse files
committed
removed debug log
1 parent c6a154a commit cbe0352

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/processSnapshot.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@ export default async function processSnapshot(snapshot: Snapshot, ctx: Context):
708708
if (locator && typeof locator === 'object' && locator.hasOwnProperty('type') && (locator as any).type === 'coordinates') {
709709
const coordLocator = locator as any;
710710
const { top, bottom, left, right } = coordLocator;
711-
console.log(`locator: ${JSON.stringify(locator)}`);
712711
// Coordinates already validated, push directly
713712
processedOptions[ignoreOrSelectBoxes][viewportString].push({
714713
left: left,

0 commit comments

Comments
 (0)