remove log

master
Brad Cornes 2020-12-02 13:29:56 +00:00
parent f1198cf053
commit d115e008d1
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ async function provideCustomClassNameCompletions(
let containerMatch
while ((containerMatch = containerRegex.execForGroup(str, 1)) !== null) {
console.log(containerMatch)
const searchStart = document.offsetAt(searchRange.start)
const matchStart = searchStart + containerMatch.start
const matchEnd = searchStart + containerMatch.end