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

View File

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