Skip to content

Commit b237022

Browse files
committed
fix: removed console.log
1 parent 4aa204d commit b237022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function domParser(str) {
9999
try {
100100
var mainTag = str.match(/\<(?<tag>[a-z0-9]+)(.*?)?\>/).groups.tag;
101101
} catch (e){
102-
console.log('find position: can not find the main tag');
102+
// console.log(e, 'find position: can not find the main tag');
103103
}
104104
let doc;
105105
switch (mainTag) {

0 commit comments

Comments
 (0)