We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3cbe0 commit 57364b5Copy full SHA for 57364b5
lib/core/utils/dq-element.js
@@ -35,7 +35,6 @@ function escapeCSSSelector(str) {
35
}
36
37
function getFullPathSelector(elm) {
38
- console.log('Get Full Path Selector Optimization');
39
if (elm.nodeName === 'HTML' || elm.nodeName === 'BODY') {
40
return elm.nodeName.toLowerCase();
41
@@ -90,7 +89,6 @@ function getFullPathSelector(elm) {
90
89
91
92
function getSourceOpt(element) {
93
- console.log('Get Source optimization');
94
if (!element) {
95
return '';
96
@@ -132,7 +130,6 @@ function getSourceOpt(element) {
132
130
133
131
134
function getSource(element) {
135
- console.log('Get Source');
136
if (!element?.outerHTML) {
137
138
0 commit comments