remove log
parent
f1198cf053
commit
d115e008d1
|
@ -225,7 +225,6 @@ async function provideCustomClassNameCompletions(
|
||||||
let containerMatch
|
let containerMatch
|
||||||
|
|
||||||
while ((containerMatch = containerRegex.execForGroup(str, 1)) !== null) {
|
while ((containerMatch = containerRegex.execForGroup(str, 1)) !== null) {
|
||||||
console.log(containerMatch)
|
|
||||||
const searchStart = document.offsetAt(searchRange.start)
|
const searchStart = document.offsetAt(searchRange.start)
|
||||||
const matchStart = searchStart + containerMatch.start
|
const matchStart = searchStart + containerMatch.start
|
||||||
const matchEnd = searchStart + containerMatch.end
|
const matchEnd = searchStart + containerMatch.end
|
||||||
|
|
Loading…
Reference in New Issue