removed unnecessary console log

This commit is contained in:
Miodec 2022-02-28 21:30:59 +01:00
parent 0b7ad942a4
commit cb215ef521

View file

@ -149,9 +149,6 @@ export function showWords(): void {
const wordsHeight = <number>(
$(<Element>document.querySelector("#words")).outerHeight(true)
);
console.log(
`Showing words. wordHeight: ${wordHeight}, wordsHeight: ${wordsHeight}`
);
if (
Config.showAllLines &&
Config.mode != "time" &&