Remove console.log (#162784)

This commit is contained in:
Matt Bierner 2022-10-05 15:25:52 -07:00 committed by GitHub
parent 99d4474e92
commit 4991cf2112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,6 @@ const getCodeLineElements = (() => {
cachedElements.push({ element: element as HTMLElement, line });
}
}
console.log(cachedElements);
}
return cachedElements;
};