Skip to content

Commit 57364b5

Browse files
authored
Update dq-element.js
1 parent 6e3cbe0 commit 57364b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/core/utils/dq-element.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ function escapeCSSSelector(str) {
3535
}
3636

3737
function getFullPathSelector(elm) {
38-
console.log('Get Full Path Selector Optimization');
3938
if (elm.nodeName === 'HTML' || elm.nodeName === 'BODY') {
4039
return elm.nodeName.toLowerCase();
4140
}
@@ -90,7 +89,6 @@ function getFullPathSelector(elm) {
9089
}
9190

9291
function getSourceOpt(element) {
93-
console.log('Get Source optimization');
9492
if (!element) {
9593
return '';
9694
}
@@ -132,7 +130,6 @@ function getSourceOpt(element) {
132130
}
133131

134132
function getSource(element) {
135-
console.log('Get Source');
136133
if (!element?.outerHTML) {
137134
return '';
138135
}

0 commit comments

Comments
 (0)