mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
remove console.log (fyi @aeschli)
This commit is contained in:
@@ -134,7 +134,6 @@ export function activateColorDecorations(decoratorProvider: (uri: string) => The
|
||||
const colorPattern = /^#[0-9A-Fa-f]{3,8}$/;
|
||||
|
||||
function hex2CSSColor(hex: string): string {
|
||||
console.log(hex);
|
||||
if (!hex || !colorPattern.test(hex)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user