mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Remove console.log (#162784)
This commit is contained in:
@@ -36,7 +36,6 @@ const getCodeLineElements = (() => {
|
||||
cachedElements.push({ element: element as HTMLElement, line });
|
||||
}
|
||||
}
|
||||
console.log(cachedElements);
|
||||
}
|
||||
return cachedElements;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user