Skip to content

Commit 5cea50f

Browse files
committed
removed redundant logs
1 parent 9d49d89 commit 5cea50f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/selenium/src/smartui.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ async function smartuiSnapshot(driver, name, options = {}) {
2525
dom: SmartUIDOM.serialize(options),
2626
url: document.URL
2727
}), {});
28-
29-
console.log("DOM Serialized");
30-
console.log("options",options);
28+
3129
if(options?.sync){
3230
options.contextId = crypto.randomUUID();
3331
let { body } = await utils.postSnapshot({url, name, dom, options}, pkgName);

0 commit comments

Comments
 (0)